referrerpolicy=no-referrer-when-downgrade

Type Alias FeePerGasMigrationV0ToV1

Source
pub type FeePerGasMigrationV0ToV1<T> = VersionedMigration<0, 1, FeePerGasMigration<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Run the migration of the gas price and increment the pallet version so it cannot be re-run.

Aliased Type§

struct FeePerGasMigrationV0ToV1<T> { /* private fields */ }