Documentation ¶
Index ¶
Constants ¶
View Source
const (
BaseAPIUrlFormat = "https://cosmos.directory/%s"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChainConfig ¶
type ChainConfig struct { ChainID string `json:"chain_id"` Executable string `json:"executable"` WalletName string `json:"wallet_name"` WalletAddress string `json:"wallet_address"` Password string `json:"password"` Salt string `json:"salt"` GasPrices string `json:"gas_prices"` RPCNode string `json:"rpc_node"` }
type ChainInfo ¶
func GetChainInfo ¶
Click to show internal directories.
Click to hide internal directories.