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

interface QueryContractInfoResponseAmino {
    address?: string;
    contract_info?: ContractInfoAmino;
}

Properties

address?: string

address is the address of the contract

contract_info?: ContractInfoAmino