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

interface QueryContractInfoRequest {
    address: string;
}

Properties

Properties

address: string

address is the address of the contract to query