Documentation ¶
Index ¶
Constants ¶
View Source
const ( //c3807ea4b7d28da76249c6be53dc6342a12888327aab9d66ac1d53e31e797ae3 //4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8 ChainIDUnknown = "0000000000000000000000000000000000000000000000000000000000000000" ChainIDBTS = "c3807ea4b7d28da76249c6be53dc6342a12888327aab9d66ac1d53e31e797ae3" ChainIDMuse = "45ad2d3f9ef92a49b55c2227eb06123f613bb35dd08bd876f2aea21925a67a67" ChainIDTest = "39f5e2ede1f8bc1a3a54a7914414e3779e33193f1f5693510e73cb7a87617447" ChainIDObelisk = "1cfde7c388b9e8ac06462d68aadbd966b58f88797637d9af805b4560b0e9661e" ChainIDGPH = "b8d1603965b3eb1acba27e62ff59f74efa3154d43a4188d381088ac7cdf35539" ChainIDKarma = "c85b4a30545e09c01aaa7943be89e9785481c1e7bd5ee7d176cb2b3d8dd71a70" )
Variables ¶
This section is empty.
Functions ¶
func Add ¶ added in v0.6.2
func Add(cnf ChainConfig) error
func SetCurrent ¶ added in v0.6.2
Types ¶
type ChainConfig ¶
type ChainConfig struct { Name string `json:"name"` CoreAsset string `json:"core_asset"` Prefix string `json:"prefix"` ID string `json:"id"` }
func Current ¶ added in v0.6.2
func Current() *ChainConfig
func FindByID ¶ added in v0.6.2
func FindByID(chainID string) *ChainConfig
Click to show internal directories.
Click to hide internal directories.