package
0.3.0
Repository: https://github.com/mars-protocol/hub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

DefaultGenesisState generates the default state for the application.
MakeEncodingConfig creates an EncodingConfig instance; registers types with codec and interface registry.
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
MakeEncodingConfig creates an EncodingConfig instance.
NewMarsApp creates and initializes a new `MarsApp` instance.

# Constants

No description provided by the author
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
If EnabledSpecificProposals is "", and this is "true", then enable all x/wasm proposals.

# Variables

DefaultNodeHome the default home directory for the app daemon.
ModuleBasics defines the module `BasicManager`, which is in charge of setting up basic, non- dependent module elements, such as codec registration and genesis verification.

# Structs

EncodingConfig specifies the concrete encoding types to use for a given app.
HandlerOptions extends the SDK's `AnteHandler` options by requiring additional keepers.
MarsApp extends an ABCI application, but with most of its parameters exported.

# Type aliases

The genesis state of the blockchain is represented here as a map of raw JSON messages key'd by an identifier string.