QueryDepositsRequest is the request type for the Query/Deposits RPC method.

interface QueryDepositsRequest {
    pagination?: PageRequest;
    proposalId: bigint;
}

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.

proposalId: bigint

proposal_id defines the unique id of the proposal.