Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + const RestDepositor + const RestNumLimit + const RestParamsType + const RestProposalID + const RestProposalStatus + const RestVoter + func RegisterHandlers(clientCtx client.Context, rtr *mux.Router, phs []ProposalRESTHandler) + type DepositReq struct + Amount sdk.Coins + BaseReq rest.BaseReq + Depositor sdk.AccAddress + type PostProposalReq struct + BaseReq rest.BaseReq + Description string + InitialDeposit sdk.Coins + ProposalType string + Proposer sdk.AccAddress + Title string + type ProposalRESTHandler struct + Handler func(http.ResponseWriter, *http.Request) + SubRoute string + type VoteReq struct + BaseReq rest.BaseReq + Option string + Voter sdk.AccAddress