# Functions
No description provided by the author
GetMaccPerms returns a copy of the module account permissions.
GetWasmEnabledProposals parses the WasmProposalsEnabled and EnableSpecificWasmProposals values to produce a list of enabled proposals to pass into the application.
IxoAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
MakeEncodingConfig creates an EncodingConfig.
NewDefaultGenesisState generates the default state for the application.
NewIxoAnteHandler returns a new sdk.AnteHandler or panics if fail to create.
NewIxoApp returns a reference to an initialized IxoApp.
RegisterSwaggerAPI registers swagger route with API Server.
# Variables
DefaultNodeHome default home directories for the application daemon.
EnableSpecificWasmProposals, if set to non-empty string it must be comma-separated list of values that are all a subset of "EnableAllProposals" (takes precedence over WasmProposalsEnabled) https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34.
No description provided by the author
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
scheduled upgrades and forks.
If EnableSpecificWasmProposals is "", and this is "true", then enable all x/wasm proposals.
# Structs
HandlerOptions are the options required for constructing a default SDK AnteHandler.
Extended ABCI application.
# Type aliases
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.