package
0.0.0-20230803065340-eb934a0893fc
Repository: https://github.com/sliceledger-blockchain/slice-ledger.git
Documentation: pkg.go.dev

# Functions

ReadTrie takes a Merkle Patricia Trie (MPT) root of a "DerivableList", and a pre-image oracle getter, and traverses the implied MPT to collect all raw leaf nodes in order, which are then returned.
WriteTrie takes a list of values, and merkleizes them as a "DerivableList": a Merkle Patricia Trie (MPT) with values keyed by their RLP encoded index.

# Structs

DB implements the ethdb.Database to back the StateDB of Geth.
No description provided by the author