package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Packages

Package proposal is a reverse proxy.

# Functions

ConsensusParamsKeyTable returns an x/params module keyTable to be used in the BaseApp's ParamStore.
No description provided by the author
NewParamSetPair creates a new ParamSetPair instance.
No description provided by the author
NewSubspace constructs a store with namestore.
No description provided by the author

# Constants

ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
Querier path constants.
StoreKey is the string store key for the param store.
TStoreKey is the string store key for the param transient store.

# Structs

KeyTable subspaces appropriate type for each parameter key.
No description provided by the author
QuerySubspaceParams defines the params for querying module params by a given subspace and key.
Wrapper of Subspace, provides immutable functions only.
Individual parameter store for each keeper Transient store persists for a block, so we use it for recording whether the parameter has been changed or not.
SubspaceParamsResponse defines the response for quering parameters by subspace.

# Interfaces

ParamSet defines an interface for structs containing parameters for a module.

# Type aliases

ParamSetPairs Slice of KeyFieldPair.
No description provided by the author