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

from message cosmwasm.wasm.v1.QueryContractInfoResponse

Hierarchy

Constructors

Properties

address: string = ""

address is the address of the contract

from field: string address = 1;

contractInfo?: ContractInfo

from field: cosmwasm.wasm.v1.ContractInfo contract_info = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.QueryContractInfoResponse" = "cosmwasm.wasm.v1.QueryContractInfoResponse"

Methods