Trait bp_runtime::Parachain
source · pub trait Parachain: Chain {
const PARACHAIN_ID: u32;
}
Expand description
Minimal parachain representation that may be used from no_std environment.
Required Associated Constants§
sourceconst PARACHAIN_ID: u32
const PARACHAIN_ID: u32
Parachain identifier.
Object Safety§
This trait is not object safe.