package
0.0.0-20240807120729-a2d2122d6965
Repository: https://github.com/lazychain/lazychain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AllCapabilities returns all capabilities available with the current wasmvm See https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md This functionality is going to be moved upstream: https://github.com/CosmWasm/wasmvm/issues/425.
BlockedAddresses returns all the app's blocked account addresses.
Config returns the default app config.
GetMaccPerms returns a copy of the module account permissions NOTE: This is solely to be used for testing purposes.
New returns a reference to an initialized LazyApp.
NewAnteHandler constructor.
RegisterIBC Since the IBC modules don't support dependency injection, we need to manually register the modules on the client side.
RegisterTokenFactory Since the tokenfactory doesn't support dependency injection, we need to manually register the modules on the client side.

# Variables

No description provided by the author
DefaultNodeHome default home directories for the application daemon.
No description provided by the author
No description provided by the author

# Structs

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.
LazyApp extends an ABCI application, but with most of its parameters exported.

# Type aliases

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