# Functions
AppConfig returns the default app config.
BlockedAddresses returns all the app's blocked account addresses.
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.
InitModuleAccounts initializes module accounts with their permissions for tests.
New returns a reference to an initialized App.
NewAnteHandler constructor.
No description provided by the author
No description provided by the author
RegisterIBC Since the IBC modules don't support dependency injection, we need to manually register the modules on the client side.
Setup initializes a new WasmApp.
SetupWithEmptyStore set up a wasmd app instance with empty DB.
No description provided by the author
SignAndDeliverWithoutCommit signs and delivers a transaction.
# Variables
DefaultNodeHome default home directories for the application daemon.
# Structs
App extends an ABCI application, but with most of its parameters exported.
EmptyAppOptions is a mock implementation of AppOptions with no options set.
GenesisAccount defines a type that implements the GenesisAccount interface to be used for simulation accounts in the genesis state.
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
# Type aliases
GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.