Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { NodeClient NodeConfig Client cosmosclient.Client QueryEmissions emissionstypes.QueryClient QueryAuth authtypes.QueryClient QueryDistribution distributiontypes.QueryClient QueryBank banktypes.QueryClient QueryMint minttypes.QueryClient AliceAcc cosmosaccount.Account AliceAddr string BobAcc cosmosaccount.Account BobAddr string Cdc codec.Codec }
handle to various node data
type NodeConfig ¶
type NodeConfig struct { NodeRPCAddress string // rpc node to attach to AlloraHomeDir string // home directory for the allora keystore }
where to get ahold of a node
Click to show internal directories.
Click to hide internal directories.