package
0.0.0-20210203100110-2c3f891d014e
Repository: https://github.com/pocblockchain/pocc.git
Documentation: pkg.go.dev
# Functions
Returns components for testing.
Constructs new table.
NewSubspace constructs a store with namestore.
# Constants
StoreKey is the string store key for the param store.
Keys for parameter access.
TStoreKey is the string store key for the param transient store.
# Structs
KeyTable subspaces appropriate type for each parameter key.
Used for associating paramsubspace key and field of param structs.
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.
# Interfaces
Interface for structs containing parameters for a module.
# Type aliases
Slice of KeyFieldPair.