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

interface QueryContractInfoRequestAmino {
    address?: string;
}

Properties

Properties

address?: string

address is the address of the contract to query