# Functions
GetEnabledProposals parses the ProposalsEnabled / EnableSpecificProposals values to produce a list of enabled proposals to pass into wasmd app.
MakeEncodingConfig creates an EncodingConfig for testing.
No description provided by the author
No description provided by the author
NewDefaultGenesisState generates the default state for the Application.
No description provided by the author
# 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
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
No description provided by the author
EnableSpecificProposals 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.
No description provided by the author
No description provided by the author
ProposalsEnabled is "true" and EnabledSpecificProposals is "", then enable all x/wasm proposals.
# Type aliases
GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.