Versions in this module Expand all Collapse all v0 v0.0.2 Apr 3, 2019 Changes in this version + const StoreKey + const TStoreKey + type Keeper struct + func NewKeeper(cdc *codec.Codec, key *sdk.KVStoreKey, tkey *sdk.TransientStoreKey) (k Keeper) + func (k Keeper) GetSubspace(storename string) (Subspace, bool) + func (k Keeper) Subspace(spacename string) Subspace + type KeyTable = subspace.KeyTable + func NewKeyTable(keytypes ...interface{}) KeyTable + type ParamSet = subspace.ParamSet + type ParamSetPairs = subspace.ParamSetPairs + type ReadOnlySubspace = subspace.ReadOnlySubspace + type Subspace = subspace.Subspace + func DefaultTestComponents(t *testing.T) (sdk.Context, Subspace, func() sdk.CommitID)