QueryDepositRequest is the request type for the Query/Deposit RPC method.

interface QueryDepositRequest {
    depositor: string;
    proposalId: bigint;
}

Properties

depositor: string

depositor defines the deposit addresses from the proposals.

proposalId: bigint

proposal_id defines the unique id of the proposal.