chain

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterChainType

func RegisterChainType(name string, id int)

Types

type Chain

type Chain struct {
	ChainType   Type
	Description string
	Features    []string
}

type Type

type Type int
const (
	ONELEDGER Type = 0
	BITCOIN   Type = 1
	ETHEREUM  Type = 2
	TESTTOKEN Type = 3
)

func TypeFromName

func TypeFromName(chainName string) (Type, error)

func (Type) String

func (ctype Type) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL