mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 12:31:03 +00:00
Rearrange export structure to something a bit more convenient.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
//! Conensus module for runtime; manages the authority set ready for the native code.
|
||||
|
||||
use runtime_support::prelude::*;
|
||||
use storable::StorageVec;
|
||||
use runtime_std::prelude::*;
|
||||
use support::StorageVec;
|
||||
use primitives::SessionKey;
|
||||
|
||||
struct AuthorityStorageVec {}
|
||||
|
||||
Reference in New Issue
Block a user