# Functions
NewKVStore creates a new KVStore.
NewMemKVStore defines a kv store in memory.
# Variables
ErrEndOfIterator defines an error which will be returned.
ErrInvalidTrie indicates something wrong causing invalid operation.
ErrNotExist indicates entry does not exist.
# Interfaces
No description provided by the author
KVStore defines an interface for storing trie data as key-value pair.
No description provided by the author
No description provided by the author