Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OfflineChainRegistry ¶
type OfflineChainRegistry struct { ChainIDToData map[string]*ChainData ChainNameToData map[string]*ChainData AccountPrefixToData map[string]*ChainData }
Provides offline chain data for applications where we don't need everything under the sun TODO: This is kinda a hack and we should probably replace it with a cache / chain client
func NewOfflineChainRegistry ¶
func NewOfflineChainRegistry() *OfflineChainRegistry
Click to show internal directories.
Click to hide internal directories.