Versions in this module Expand all Collapse all v1 v1.0.4 Sep 26, 2025 Changes in this version + type NodeDatabase interface + NodeReader func(stateRoot common.Hash) (NodeReader, error) + type NodeReader interface + Node func(owner common.Hash, path []byte, hash common.Hash) ([]byte, error) + type StateDatabase interface + StateReader func(stateRoot common.Hash) (StateReader, error) + type StateReader interface + Account func(hash common.Hash) (*types.SlimAccount, error) + Storage func(accountHash, storageHash common.Hash) ([]byte, error)