QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method

interface QueryContractHistoryResponse {
    entries: ContractCodeHistoryEntry[];
    pagination?: PageResponse;
}

Properties

Properties

pagination?: PageResponse

pagination defines the pagination in the response.