Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIteratorNotFound = errors.New("iterator not found")
ErrIteratorNotFound is returned when the iterator is not found
View Source
var ErrNilDB = errors.New("nil db")
ErrNilDB is returned when the given db is nil
View Source
var ErrNilHasher = errors.New("nil hasher")
ErrNilHasher is returned when the given hasher is nil
View Source
var ErrNilMarshaller = errors.New("nil marshaller")
ErrNilMarshaller is returned when the given marshaller is nil
Functions ¶
func NewDisabledLeavesRetriever ¶
func NewDisabledLeavesRetriever() *disabledLeavesRetriever
NewDisabledLeavesRetriever creates a new disabled leaves retriever
func NewLeavesRetriever ¶
func NewLeavesRetriever(db common.TrieStorageInteractor, marshaller marshal.Marshalizer, hasher hashing.Hasher, maxSize uint64) (*leavesRetriever, error)
NewLeavesRetriever creates a new leaves retriever
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.