Versions in this module Expand all Collapse all v0 v0.0.2 Oct 1, 2024 v0.0.1 Jun 25, 2024 Changes in this version + type AccountIterator struct + func (it *AccountIterator) Error() error + func (it *AccountIterator) Key() []byte + func (it *AccountIterator) Next() bool + func (it *AccountIterator) Value() []byte + type StorageIterator struct + func (it *StorageIterator) Key() []byte + func (it *StorageIterator) Value() []byte