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

from message cosmwasm.wasm.v1.QueryContractInfoRequest

Hierarchy

Constructors

Properties

address: string = ""

address is the address of the contract to query

from field: string address = 1;

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

Methods