Proposals
Last updated
Last updated
proposal_id defines the unique id of the proposal.
A successful response.
Proposal defines the core field members of a governance 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; }