# Functions
InitConfig sets the bech32 prefix and HDPath to cosmos config.
NewInMemoryKeybase initializes a in memory keybase.
NewKeybase initializes a filesystem keybase at a particular dir.
NewLCD initializes a cosmos LCD client.
NewRPC returns a rpc tendermint client.
RegisterSimulateRoute registers the route on the router.
SimulateRequestHandlerFn - http request handler to simulate msgs.
# Constants
CosmosBech32MainPrefix defines the main Bech32 prefix.
CosmosCoinType is the mesg registered coin type from https://github.com/satoshilabs/slips/blob/master/slip-0044.md.
DefaultAlgo for create account.
FullFundraiserPath is the parts of the BIP44 HD path that are fixed by what we used during the fundraiser.
GasAdjustment is a multiplier to make sure transactions have enough gas when gas are estimated.
# Structs
Keybase is a standard cosmos keybase.
LCD is a simple cosmos LCD client.
RPC is a tendermint rpc client with helper functions.
SimulateReq defines the properties of a send request's body.