mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
bridges subtree fixes (#2528)
This commit is contained in:
committed by
Bastian Köcher
parent
91e5fc1e6d
commit
4dd35b639d
@@ -37,7 +37,8 @@ use parity_util_mem::MallocSizeOf;
|
||||
|
||||
/// Parachain id.
|
||||
///
|
||||
/// This is an equivalent of the `polkadot_parachain::Id`, which is a compact-encoded `u32`.
|
||||
/// This is an equivalent of the `polkadot_parachain_primitives::Id`, which is a compact-encoded
|
||||
/// `u32`.
|
||||
#[derive(
|
||||
Clone,
|
||||
CompactAs,
|
||||
@@ -64,7 +65,7 @@ impl From<u32> for ParaId {
|
||||
|
||||
/// Parachain head.
|
||||
///
|
||||
/// This is an equivalent of the `polkadot_parachain::HeadData`.
|
||||
/// This is an equivalent of the `polkadot_parachain_primitives::HeadData`.
|
||||
///
|
||||
/// The parachain head means (at least in Cumulus) a SCALE-encoded parachain header.
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user