Get desktop application:
View/edit binary Protocol Buffers messages
Query provides defines the gRPC querier service
ContractsByPrivilegeType returns all contracts that have registered for the privilege type
QueryContractsByPrivilegeTypeRequest is the request type for the Query/ContractsByPrivilegeType RPC method
QueryContractsByPrivilegeTypeResponse is the response type for the Query/ContractsByPrivilegeType RPC method
contracts are a set of contract addresses
PrivilegedContracts returns all privileged contracts
QueryPrivilegedContractsResponse is the request type for the Query/PrivilegedContracts RPC method
(message has no fields)
QueryPrivilegedContractsResponse is the response type for the Query/PrivilegedContracts RPC method
contracts are a set of contract addresses
Contract struct encompasses ContractAddress, ContractInfo, and ContractState
Used in:
ContractSate is one of default wasmd Model or custom state model
CustomModel contains the raw json data for a contract to seed its state on import
Used in:
Msg json encoded message to be passed to the contract on import
PromoteToPrivilegedContractProposal gov proposal content type to remove "privileges" from a contract
Title is a short summary
Description is a human readable text
Contract is the address of the smart contract
Params sdk type Params for wasmd
Codes has all stored wasm codes and metadata
Contracts contains all instantiated contracts, state and metadata
Sequences names and values
GenMsgs has wasmd sdk type messages to execute in the genesis phase
PrivilegedContractAddresses is a list of contract addresses that can have special permissions
PinnedCodeIDs has codeInfo ids for wasm codes that are pinned in cache
KVModel is a wrapper around the wasmd default key value model.
Used in:
PromoteToPrivilegedContractProposal gov proposal content type to add "privileges" to a contract
Title is a short summary
Description is a human readable text
Contract is the address of the smart contract
RegisteredPrivilege stores position and privilege name
Used in:
TgradeContractDetails is a custom extension to the wasmd ContractInfo