# Packages
No description provided by the author
# Functions
No description provided by the author
DefaultCoinDenomRegex returns the default regex string.
GetMaccPerms returns a copy of the module account permissions.
MakeEncodingConfig creates an EncodingConfig for testing.
New returns a reference to an initialized Gaia.
NewDefaultGenesisState generates the default state for the application.
# 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.
# Structs
App extends an ABCI application, but with most of its parameters exported.
EncodingConfig specifies the concrete encoding types to use for a given app.
# Interfaces
App implements the common methods for a Cosmos SDK-based application specific blockchain.
# Type aliases
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.