logo
Available on crate feature cosmwasm only.

Modules

Generated client implementations.

Generated client implementations.

Structs

AbsoluteTxPosition is a unique transaction position that allows for global ordering of transactions.

AccessConfig access control type.

AccessTypeParam

CodeInfo is data for the uploaded contract WASM code

CodeInfoResponse contains code meta data from CodeInfo

ContractCodeHistoryEntry metadata to a contract.

ContractInfo stores a WASM contract instance

Model is a struct that holds a KV pair

MsgClearAdmin removes any admin stored for a smart contract

MsgClearAdminResponse returns empty data

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

MsgMigrateContract runs a code upgrade/ downgrade for a smart contract

MsgMigrateContractResponse returns contract migration result data.

MsgStoreCode submit Wasm code to the system

MsgStoreCodeResponse returns store result data.

MsgUpdateAdmin sets a new admin for a smart contract

MsgUpdateAdminResponse returns empty data

Params defines the set of wasm parameters.

QueryAllContractStateRequest is the request type for the Query/AllContractState RPC method

QueryAllContractStateResponse is the response type for the Query/AllContractState RPC method

QueryCodeRequest is the request type for the Query/Code RPC method

QueryCodeResponse is the response type for the Query/Code RPC method

QueryCodesRequest is the request type for the Query/Codes RPC method

QueryCodesResponse is the response type for the Query/Codes RPC method

QueryContractHistoryRequest is the request type for the Query/ContractHistory RPC method

QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method

QueryContractInfoRequest is the request type for the Query/ContractInfo RPC method

QueryContractInfoResponse is the response type for the Query/ContractInfo RPC method

QueryContractsByCodeRequest is the request type for the Query/ContractsByCode RPC method

QueryContractsByCodeResponse is the response type for the Query/ContractsByCode RPC method

QueryPinnedCodesRequest is the request type for the Query/PinnedCodes RPC method

QueryPinnedCodesResponse is the response type for the Query/PinnedCodes RPC method

QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method

QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method

QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method

QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method

Enums

AccessType permission types

ContractCodeHistoryOperationType actions that caused a code change