Struct ethcore::snapshot::PoaSnapshot[][src]

pub struct PoaSnapshot;

Snapshot creation and restoration for PoA chains. Chunk format:

[FLAG, [header, epoch data], ...]

FLAG is a bool: true for last chunk, false otherwise.

The last item of the last chunk will be a list containing data for the warp target block: [header, transactions, uncles, receipts, parent_td].

Trait Implementations

impl SnapshotComponents for PoaSnapshot
[src]

Create secondary snapshot chunks; these corroborate the state data in the state chunks. Read more

Create a rebuilder, which will have chunks fed into it in aribtrary order and then be finalized. Read more

Minimum supported snapshot version number.

Current version number

Auto Trait Implementations

impl Send for PoaSnapshot

impl Sync for PoaSnapshot