Versions in this module Expand all Collapse all v0 v0.43.1 Oct 28, 2021 Changes in this version + const CodeEmptyData + const CodeSettingParameter + const CodeUnknownSubspace + const DefaultCodespace + const ModuleName + const ProposalTypeChange + const RouterKey + func ErrEmptyChanges(codespace string) error + func ErrEmptyKey(codespace string) error + func ErrEmptySubspace(codespace string) error + func ErrEmptyValue(codespace string) error + func ErrSettingParameter(codespace string, key, subkey, value, msg string) error + func ErrUnknownSubspace(codespace string, space string) error + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func ValidateChanges(changes []ParamChange) error + type ParamChange struct + Key string + Subkey string + Subspace string + Value string + func NewParamChange(subspace, key, value string) ParamChange + func NewParamChangeWithSubkey(subspace, key, subkey, value string) ParamChange + func (pc ParamChange) String() string + type ParameterChangeProposal struct + Changes []ParamChange + Description string + Title string + func NewParameterChangeProposal(title, description string, changes []ParamChange) ParameterChangeProposal + func (pcp ParameterChangeProposal) GetDescription() string + func (pcp ParameterChangeProposal) GetTitle() string + func (pcp ParameterChangeProposal) ProposalRoute() string + func (pcp ParameterChangeProposal) ProposalType() string + func (pcp ParameterChangeProposal) String() string + func (pcp ParameterChangeProposal) ValidateBasic() error