Deposits
Last updated
Last updated
proposal_id defines the unique id of the proposal.
depositor defines the deposit addresses from the proposals.
A successful response.
Deposit defines an amount deposited by an account address to an active proposal.
proposal_id defines the unique id of the proposal.
A successful response.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }