Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 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{})