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

interface QueryDepositsResponseSDKType {
    deposits: DepositSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

deposits: DepositSDKType[]
pagination?: PageResponseSDKType