# Packages
No description provided by the author
# Functions
GetEnabledProposals parses the ProposalsEnabled / EnableSpecificProposals values to produce a list of enabled proposals to pass into wasmd app.
GetMaccPerms returns a copy of the module account permissions.
MakeEncodingConfig creates an EncodingConfig for testing.
New returns a reference to an initialized Gaia.
No description provided by the author
NewDefaultGenesisState generates the default state for the application.
RegisterSwaggerAPI registers swagger route with API Server.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
DefaultNodeHome default home directories for the application daemon.
EnableSpecificProposals allows to enable only specific x/wasm proposals If set to non-empty string it must be comma-separated list of values that are all a subset of "EnableAllProposals" (takes precedence over ProposalsEnabled) https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
ProposalsEnabled controls x/wasm Proposals If EnabledSpecificProposals is "", and this is "true", then enable all x/wasm proposals.
No description provided by the author
No description provided by the author
# Structs
App extends an ABCI application, but with most of its parameters exported.
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
# 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.