Versions in this module Expand all Collapse all v0 v0.0.1 Jun 21, 2024 Changes in this version + const BalanceLeafKey + const CodeKeccakLeafKey + const CodeSizeLeafKey + const NonceLeafKey + const VersionLeafKey + func BalanceKey(address []byte) []byte + func BalanceKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + func CodeChunkKey(address []byte, chunk *uint256.Int) []byte + func CodeChunkKeyWithEvaluatedAddress(addressPoint *verkle.Point, chunk *uint256.Int) []byte + func CodeKeccakKey(address []byte) []byte + func CodeKeccakKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + func CodeSizeKey(address []byte) []byte + func CodeSizeKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + func GetTreeKey(address []byte, treeIndex *uint256.Int, subIndex byte) []byte + func GetTreeKeyWithEvaluatedAddress(evaluated *verkle.Point, treeIndex *uint256.Int, subIndex byte) []byte + func NonceKey(address []byte) []byte + func NonceKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + func StorageSlotKey(address []byte, storageKey []byte) []byte + func StorageSlotKeyWithEvaluatedAddress(evaluated *verkle.Point, storageKey []byte) []byte + func VersionKey(address []byte) []byte + func VersionKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + type PointCache struct + func NewPointCache(maxItems int) *PointCache + func (c *PointCache) Get(addr []byte) *verkle.Point + func (c *PointCache) GetStem(addr []byte) []byte