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

interface QueryDepositsRequestAmino {
    pagination?: PageRequestAmino;
    proposal_id?: string;
}

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.

proposal_id?: string

proposal_id defines the unique id of the proposal.