Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotGen ¶
type SnapshotGen struct {
// contains filtered or unexported fields
}
func NewSnapshotGen ¶
func NewSnapshotGen(src string, target string) (ret *SnapshotGen, err error)
func (*SnapshotGen) Close ¶
func (self *SnapshotGen) Close()
func (*SnapshotGen) ProcessBlock ¶
func (self *SnapshotGen) ProcessBlock(step int) bool
func (*SnapshotGen) ProcessState ¶
func (self *SnapshotGen) ProcessState(root common.Hash) (bool, int)
func (*SnapshotGen) Run ¶
func (self *SnapshotGen) Run()
func (*SnapshotGen) RunBlock ¶
func (self *SnapshotGen) RunBlock()
func (*SnapshotGen) RunState ¶
func (self *SnapshotGen) RunState()
func (*SnapshotGen) VerifyDB ¶
func (self *SnapshotGen) VerifyDB() error
Click to show internal directories.
Click to hide internal directories.