package cosmwasm.wasm.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:13

Msg defines the wasm Msg service.

service Query

query.proto:14

Query provides defines the gRPC querier service

message AbsoluteTxPosition

types.proto:101

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

Used in: ContractCodeHistoryEntry, ContractInfo

message AccessConfig

types.proto:31

AccessConfig access control type.

Used in: CodeInfo, MsgStoreCode, Params

enum AccessType

types.proto:11

AccessType permission types

Used in: AccessConfig, AccessTypeParam, Params

message AccessTypeParam

types.proto:25

AccessTypeParam

message CodeInfo

types.proto:46

CodeInfo is data for the uploaded contract WASM code

message CodeInfoResponse

query.proto:147

CodeInfoResponse contains code meta data from CodeInfo

Used in: QueryCodeResponse, QueryCodesResponse

message ContractCodeHistoryEntry

types.proto:90

ContractCodeHistoryEntry metadata to a contract.

Used in: QueryContractHistoryResponse

enum ContractCodeHistoryOperationType

types.proto:77

ContractCodeHistoryOperationType actions that caused a code change

Used in: ContractCodeHistoryEntry

message ContractInfo

types.proto:60

ContractInfo stores a WASM contract instance

Used in: ContractInfoWithAddress, QueryContractInfoResponse

message ContractInfoWithAddress

query.proto:86

ContractInfoWithAddress adds the address (key) to the ContractInfo representation

Used in: QueryContractsByCodeResponse

message Model

types.proto:109

Model is a struct that holds a KV pair

Used in: QueryAllContractStateResponse

message Params

types.proto:38

Params defines the set of wasm parameters.