mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Re-export current primitives in crate root (#6487)
* Re-export current primitives in crate root * Add missing exports * restart CI
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
//! over time.
|
||||
|
||||
use frame_support::pallet_prelude::*;
|
||||
use primitives::v2::{
|
||||
use primitives::{
|
||||
CollatorId, CoreIndex, CoreOccupied, GroupIndex, GroupRotationInfo, Id as ParaId,
|
||||
ParathreadClaim, ParathreadEntry, ScheduledCore, ValidatorIndex,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user