# Functions
No description provided by the author
No description provided by the author
GetMaccPerms returns a copy of the module account permissions.
MakeCodecs constructs the *std.Codec and *codec.LegacyAmino instances used by furyapp.
MakeTestEncodingConfig creates an EncodingConfig for testing.
NewDefaultGenesisState generates the default state for the application.
NewFuryApp returns a reference to an initialized FuryApp.
RegisterSwaggerAPI registers swagger route with API Server.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultNodeHome default home directories for the application daemon.
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 which is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
If EnabledSpecificProposals is "", and this is "true", then enable all x/wasm proposals.
# Structs
Extended ABCI application.
No description provided by the author
No description provided by the author
# Type aliases
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.