QueryContractHistoryRequest is the request type for the Query/ContractHistory RPC method

interface QueryContractHistoryRequest {
    address: string;
    pagination?: PageRequest;
}

Properties

Properties

address: string

address is the address of the contract to query

pagination?: PageRequest

pagination defines an optional pagination for the request.