# Packages
Package params defines the simulation parameters in the band.
# Functions
GenesisDocFromFile reads JSON data from a file and unmarshalls it into a GenesisDoc.
GetMaccPerms returns a mapping of the application's module account permissions.
MakeCodecs constructs the *std.Codec and *codec.LegacyAmino instances used by Gaia.
MakeEncodingConfig creates an EncodingConfig for testing.
MigrateGenesisCmd returns a command to execute genesis state migration.
No description provided by the author
NewBandApp returns a reference to an initialized BandApp.
NewDefaultGenesisState generates the default state for the application.
RegisterSwaggerAPI registers swagger route with API Server.
SetBech32AddressPrefixesAndBip44CoinTypeAndSeal sets the global Bech32 prefixes and HD wallet coin type and seal config.
# Constants
No description provided by the author
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
BandApp is the application of BandChain, extended base ABCI application.
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
SimGenesisAccount defines a type that implements the GenesisAccount interface to be used for simulation accounts in the genesis state.
# Interfaces
App implements the common methods for a Cosmos SDK-based application specific blockchain.
# Type aliases
GenesisState defines a type alias for the Band genesis application state.