Versions in this module Expand all Collapse all v0 v0.1.5 Dec 8, 2020 Changes in this version + const StorageKIDPrefix + type StorePrefixWrapper struct + func NewPrefixStoreWrapper(store storage.Store, prefix string) (*StorePrefixWrapper, error) + func (b *StorePrefixWrapper) Delete(k string) error + func (b *StorePrefixWrapper) Get(k string) ([]byte, error) + func (b *StorePrefixWrapper) Iterator(startKey, endKey string) storage.StoreIterator + func (b *StorePrefixWrapper) Put(k string, v []byte) error