package
0.55.0-beta.1
Repository: https://github.com/cosmwasm/wasmd.git
Documentation: pkg.go.dev

# Packages

Package params defines the simulation parameters in the gaia.
No description provided by the author

# Functions

AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
Deprecated: Use BuiltInCapabilities from github.com/CosmWasm/wasmd/x/wasm/keeper.
BlockedAddresses returns all the app's blocked account addresses.
GenesisStateWithSingleValidator initializes GenesisState with a single validator and genesis accounts that also act as delegators.
GenesisStateWithValSet returns a new genesis state with the validator set copied from simtestutil with delegation not added to supply.
GetMaccPerms returns a copy of the module account permissions NOTE: This is solely to be used for testing purposes.
MakeEncodingConfig creates a new EncodingConfig with all modules registered.
NewAnteHandler constructor.
NewTestNetworkFixture returns a new WasmApp AppConstructor for network simulation tests.
NewWasmApp returns a reference to an initialized WasmApp.
NewWasmAppWithCustomOptions initializes a new WasmApp with custom options.
Setup initializes a new WasmApp.
SetupWithEmptyStore set up a wasmd app instance with empty DB.
SetupWithGenesisValSet initializes a new WasmApp with a validator set and genesis accounts that also act as delegators.
SignAndDeliverWithoutCommit signs and delivers a transaction.

# Variables

We pull these out so we can set them with LDFLAGS in the Makefile.
Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccPub defines the Bech32 prefix of an account's public key.
Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address.
Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address.
Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key.
DefaultNodeHome default home directories for wasmd.
We pull these out so we can set them with LDFLAGS in the Makefile.
Upgrades list of chain upgrades.

# Structs

HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
SetupOptions defines arguments that are passed into `WasmApp` constructor.
WasmApp extended ABCI application.

# Type aliases

GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.