Versions in this module Expand all Collapse all v0 v0.0.5 Mar 13, 2019 Changes in this version + func GetEpoch(ctx sdk.Context) sdk.Int v0.0.4 Dec 27, 2018 Changes in this version + const Bech32PrefixAccAddr + const Bech32PrefixAccPub + const Bech32PrefixConsAddr + const Bech32PrefixConsPub + const Bech32PrefixValAddr + const Bech32PrefixValPub + func Clear(dbKey sdk.StoreKey, ctx sdk.Context, storePrefix []byte) + func Delete(dbKey sdk.StoreKey, ctx sdk.Context, storeKey []byte) + func Set(dbKey sdk.StoreKey, cdc *codec.Codec, ctx sdk.Context, storeKey []byte, ...) + type Value interface + func Collect(dbKey sdk.StoreKey, cdc *codec.Codec, ctx sdk.Context, storePrefix []byte) (res []Value) + func Get(dbKey sdk.StoreKey, cdc *codec.Codec, ctx sdk.Context, storeKey []byte) (res Value)