syncutils

package
v0.11.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2023 License: GPL-3.0, LGPL-3.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL