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

# Functions

No description provided by the author
No description provided by the author
MakeIBCInstantiable adds some noop functions to not fail when contract is used for instantiation.
MakeInstantiable adds some noop functions to not fail when contract is used for instantiation.
No description provided by the author
No description provided by the author
No description provided by the author
NewIBCContractMockWasmEngine prepares a mocked wasm_engine for testing with an IBC contract test type.
No description provided by the author
No description provided by the author
SelfCallingInstMockWasmEngine prepares a WasmEngine mock that calls itself on instantiation.
No description provided by the author

# Constants

The amount of gas to be consumed by the default MockWasmEngine.StoreCode functions per byte.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockCommitMultiStore mock with a CacheMultiStore to capture commits.
MockGasRegister mock that implements keeper.GasRegister.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockMessageRouter mock for testing.
No description provided by the author
No description provided by the author
MockWasmEngine implements types.WasmEngine for testing purpose.

# Interfaces

IBCContractCallbacks defines the methods from wasmvm to interact with the wasm contract.

# Type aliases

MessageRouterFunc convenient type to match the keeper.MessageRouter interface.