Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsensusParamSetter ¶
type ConsensusParamSetter interface { Get(ctx context.Context) (cmtproto.ConsensusParams, error) Has(ctx context.Context) (bool, error) Set(ctx context.Context, cp cmtproto.ConsensusParams) error }
ConsensusParamSetter defines the interface fulfilled by BaseApp's ParamStore which allows setting its appVersion field.
type ParamStore ¶
ParamStore defines an interface that implements the legacy x/params Subspace type.
NOTE: This is used solely for migration of x/params managed parameters.
Click to show internal directories.
Click to hide internal directories.