Module cosmrs::cosmwasm

source ·
Expand description

Structs

AbsoluteTxPosition is a unique transaction position that allows for global ordering of transactions.
AccessConfig access control type.
CodeInfoResponse contains code meta data from CodeInfo
ContractCodeHistoryEntry metadata to a contract.
ContractInfo stores a WASM contract instance
MsgExecuteContract submits the given message data to a smart contract
MsgExecuteContractResponse returns execution result data.
MsgInstantiateContract create a new smart contract instance for the given code id.
MsgInstantiateContractResponse return instantiation result data
MsgStoreCode submit Wasm code to the system
MsgStoreCodeResponse returns store result data.
QueryCodeResponse is the response type for the Query/Code RPC method.

Enums

AccessType permission types

Type Definitions

The ID of a particular contract code assigned by the chain.