mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Remove migration code. (#5291)
* Remove migration code. * Fix cargo * Bump spec version
This commit is contained in:
@@ -29,13 +29,6 @@ use sp_runtime::{
|
||||
use crate::dispatch::Parameter;
|
||||
use crate::storage::StorageMap;
|
||||
|
||||
/// Migrate a given account.
|
||||
#[impl_trait_for_tuples::impl_for_tuples(30)]
|
||||
pub trait MigrateAccount<A> {
|
||||
/// Migrate the `account`.
|
||||
fn migrate_account(account: &A);
|
||||
}
|
||||
|
||||
/// An abstraction of a value stored within storage, but possibly as part of a larger composite
|
||||
/// item.
|
||||
pub trait StoredMap<K, T> {
|
||||
|
||||
Reference in New Issue
Block a user