package
1.14.7
Repository: https://github.com/onflow/go-ethereum.git
Documentation: pkg.go.dev

# Functions

BalanceKey returns the verkle tree key of the balance field for the specified account.
BalanceKeyWithEvaluatedAddress returns the verkle tree key of the balance field for the specified account.
CodeChunkKey returns the verkle tree key of the code chunk for the specified account.
CodeChunkKeyWithEvaluatedAddress returns the verkle tree key of the code chunk for the specified account.
CodeKeccakKey returns the verkle tree key of the code keccak field for the specified account.
CodeKeccakKeyWithEvaluatedAddress returns the verkle tree key of the code keccak for the specified account.
CodeSizeKey returns the verkle tree key of the code size field for the specified account.
CodeSizeKeyWithEvaluatedAddress returns the verkle tree key of the code size for the specified account.
GetTreeKey performs both the work of the spec's get_tree_key function, and that of pedersen_hash: it builds the polynomial in pedersen_hash without having to create a mostly zero-filled buffer and "type cast" it to a 128-long 16-byte array.
GetTreeKeyWithEvaluatedAddress is basically identical to GetTreeKey, the only difference is a part of polynomial is already evaluated.
NewPointCache returns the cache with specified size.
NonceKey returns the verkle tree key of the nonce field for the specified account.
NonceKeyWithEvaluatedAddress returns the verkle tree key of the nonce field for the specified account.
No description provided by the author
StorageSlotKey returns the verkle tree key of the storage slot for the specified account.
StorageSlotKeyWithEvaluatedAddress returns the verkle tree key of the storage slot for the specified account.
VersionKey returns the verkle tree key of the version field for the specified account.
VersionKeyWithEvaluatedAddress returns the verkle tree key of the version field for the specified account.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The spec of verkle key encoding can be found here.

# Structs

PointCache is the LRU cache for storing evaluated address commitment.