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

interface QueryDepositRequestAmino {
    depositor?: string;
    proposal_id?: string;
}

Properties

depositor?: string

depositor defines the deposit addresses from the proposals.

proposal_id?: string

proposal_id defines the unique id of the proposal.