Interface QueryContractHistoryResponseAmino

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

interface QueryContractHistoryResponseAmino {
    entries?: ContractCodeHistoryEntryAmino[];
    pagination?: PageResponseAmino;
}

Properties

pagination?: PageResponseAmino

pagination defines the pagination in the response.