mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
Remove StorageList (#2725)
* Remove `StorageList` `StorageList` is not used anymore by `decl_storage!` and thus, it can be removed. * Fixes tests
This commit is contained in:
committed by
Gavin Wood
parent
0d9fad431b
commit
80b18c8531
@@ -58,7 +58,7 @@ mod double_map;
|
||||
pub mod traits;
|
||||
|
||||
pub use self::storage::{
|
||||
StorageList, StorageValue, StorageMap, EnumerableStorageMap, StorageDoubleMap, AppendableStorageMap
|
||||
StorageValue, StorageMap, EnumerableStorageMap, StorageDoubleMap, AppendableStorageMap
|
||||
};
|
||||
pub use self::hashable::Hashable;
|
||||
pub use self::dispatch::{Parameter, Dispatchable, Callable, IsSubType};
|
||||
|
||||
Reference in New Issue
Block a user