Versions in this module Expand all Collapse all v0 v0.48.86 Oct 24, 2023 v0.48.84 Oct 24, 2023 Changes in this version + type ConsensusParamSetter interface + Get func(ctx sdk.Context) (*tmproto.ConsensusParams, error) + Has func(ctx sdk.Context) bool + Set func(ctx sdk.Context, cp *tmproto.ConsensusParams) + type ParamStore interface + Get func(ctx sdk.Context, key []byte, ptr interface{})