BinaryStateTree
Utility functions for working with EIP-7864 Binary State Trees.
Functions
Name | Description |
---|---|
BinaryStateTree.create | Creates a new Binary State Tree instance. |
BinaryStateTree.insert | Inserts a key-value pair into the Binary State Tree. |
BinaryStateTree.merkelize | Merkelizes a Binary State Tree. |
Types
Name | Description |
---|---|
BinaryStateTree.BinaryStateTree | Type that defines a Binary State Tree instance. |
BinaryStateTree.Node | Type defining a node of the BST. |