Versions in this module Expand all Collapse all v0 v0.1.4 Aug 31, 2020 Changes in this version + func NewBase58StoreWrapper(store storage.Store) storage.Store + type Base58StoreWrapper struct + func (b *Base58StoreWrapper) Delete(k string) error + func (b *Base58StoreWrapper) Get(k string) ([]byte, error) + func (b *Base58StoreWrapper) Iterator(startKey, endKey string) storage.StoreIterator + func (b *Base58StoreWrapper) Put(k string, v []byte) error