Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mpt): Trie node insertion (#195)
Adds a new function to the `TrieNode` struct, `insert`, that allows for inserting a new leaf at a given path. add static insertion test
- Loading branch information