Struct ethcore::snapshot::StateRebuilder [] [src]

pub struct StateRebuilder { /* fields omitted */ }

Used to rebuild the state trie piece by piece.

Methods

impl StateRebuilder
[src]

Create a new state rebuilder to write into the given backing DB.

Feed an uncompressed state chunk into the rebuilder.

Check for accounts missing code. Once all chunks have been fed, there should be none.

Get the state root of the rebuilder.