Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountIterator ¶
type AccountIterator struct { snapshot.AccountIterator // contains filtered or unexported fields }
AccountIterator wraps a snapshot.AccountIterator to conform to ethdb.Iterator accounts will be returned in consensus (FullRLP) format for compatibility with trie data.
func (*AccountIterator) Error ¶
func (it *AccountIterator) Error() error
func (*AccountIterator) Key ¶
func (it *AccountIterator) Key() []byte
func (*AccountIterator) Next ¶
func (it *AccountIterator) Next() bool
func (*AccountIterator) Value ¶
func (it *AccountIterator) Value() []byte
type StorageIterator ¶
type StorageIterator struct {
snapshot.StorageIterator
}
StorageIterator wraps a snapshot.StorageIterator to conform to ethdb.Iterator
func (*StorageIterator) Key ¶
func (it *StorageIterator) Key() []byte
func (*StorageIterator) Value ¶
func (it *StorageIterator) Value() []byte
Click to show internal directories.
Click to hide internal directories.