Versions in this module Expand all Collapse all v1 v1.0.4 Sep 26, 2025 Changes in this version + const BasicDataBalanceOffset + const BasicDataCodeSizeOffset + const BasicDataLeafKey + const BasicDataNonceOffset + const BasicDataVersionOffset + const CodeHashLeafKey + func BasicDataKey(address []byte) []byte + func BasicDataKeyWithEvaluatedAddress(evaluated *verkle.Point) []byte + func CodeChunkKey(address []byte, chunk *uint256.Int) []byte + func CodeChunkKeyWithEvaluatedAddress(addressPoint *verkle.Point, chunk *uint256.Int) []byte + func CodeHashKey(address []byte) []byte + func CodeHashKeyWithEvaluatedAddress(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 StorageIndex(storageKey []byte) (*uint256.Int, byte) + func StorageSlotKey(address []byte, storageKey []byte) []byte + func StorageSlotKeyWithEvaluatedAddress(evaluated *verkle.Point, storageKey []byte) []byte + type PointCache struct + func NewPointCache(maxItems int) *PointCache + func (c *PointCache) Get(addr []byte) *verkle.Point + func (c *PointCache) GetStem(addr []byte) []byte