Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainCurrency ¶
type ChainExplorer ¶
type ChainFeature ¶
type ChainFeature struct {
Name string `json:"name"`
}
type ChainInfo ¶
type ChainInfo struct { Name string `json:"name"` Chain string `json:"chain"` Icon string `json:"icon"` RPC []string `json:"rpc"` Features []*ChainFeature `json:"features"` Faucets []string `json:"faucets"` NativeCurrency *ChainCurrency `json:"nativeCurrency"` InfoURL string `json:"infoURL"` ShortName string `json:"shortName"` ChainId uint64 `json:"chainId"` NetworkId uint64 `json:"networkId"` Slip44 int `json:"slip44,omitempty"` ENS *ChainENS `json:"ens"` Explorers []*ChainExplorer `json:"explorers"` }
func (*ChainInfo) ExplorerURL ¶
func (*ChainInfo) HasFeature ¶
func (*ChainInfo) TransactionUrl ¶
Click to show internal directories.
Click to hide internal directories.