Versions in this module Expand all Collapse all v0 v0.19.9 Oct 25, 2021 Changes in this version + type ParamChangeJSON struct + Key string + Subspace string + Value json.RawMessage + func (pcj ParamChangeJSON) ToParamChange() params.ParamChange + type ParamChangeProposalJSON struct + Changes ParamChangesJSON + Deposit sdk.SysCoins + Description string + Height uint64 + Title string + func ParseParamChangeProposalJSON(cdc *codec.Codec, proposalFile string) (ParamChangeProposalJSON, error) + type ParamChangeProposalReq struct + BaseReq rest.BaseReq + Changes ParamChangesJSON + Deposit sdk.SysCoins + Description string + Height uint64 + Proposer sdk.AccAddress + Title string + type ParamChangesJSON []ParamChangeJSON + func (pcj ParamChangesJSON) ToParamChanges() []params.ParamChange