# Functions
DefaultCoinDenomRegex returns the default regex string.
GetMaccPerms returns a copy of the module account permissions.
New returns a reference to an initialized Gaia.
NewDefaultGenesisState generates the default state for the application.
RegisterDenoms registers the base and display denominations to the SDK.
SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.
SetBip44CoinType sets the global coin type to be used in hierarchical deterministic wallets.
# Constants
Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccPub defines the Bech32 prefix of an account's public key.
Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address.
Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address.
Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key.
No description provided by the author
# Variables
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Interfaces
App implements the common methods for a Cosmos SDK-based application specific blockchain.