QueryDepositsResponse is the response type for the Query/Deposits RPC method.

interface QueryDepositsResponse {
    deposits: Deposit[];
    pagination?: PageResponse;
}

Properties

deposits: Deposit[]
pagination?: PageResponse

pagination defines the pagination in the response.