Interface QueryContractInfoResponseSDKType

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

interface QueryContractInfoResponseSDKType {
    address: string;
    contract_info: undefined | ContractInfoSDKType;
}

Properties

address: string
contract_info: undefined | ContractInfoSDKType