Struct ethcore::migrations::ToV10 [] [src]

pub struct ToV10 { /* fields omitted */ }

Account bloom migration.

Methods

impl ToV10
[src]

New v10 migration

Trait Implementations

impl Default for ToV10
[src]

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

impl Migration for ToV10
[src]

Version of the database after the migration.

Number of columns in the database before the migration.

Number of columns in database after the migration.

Migrate a source to a destination.