Struct ethcore::migrations::state::OverlayRecentV7 [] [src]

pub struct OverlayRecentV7 { /* fields omitted */ }

Version for OverlayRecent database. more involved than the archive version because of journaling.

Trait Implementations

impl Default for OverlayRecentV7
[src]

Returns the "default value" for a type. Read more

impl Migration for OverlayRecentV7
[src]

Number of columns in database after the migration.

Version of the database after the migration.

Migrate a source to a destination.

Number of columns in the database before the migration.