Crate bp_parachains
source ·Expand description
Primitives of parachains module.
Structs§
- Best known parachain head hash.
- Can be use to access the runtime storage key of the parachain head at the target chain.
- Best known parachain head as it is stored in the runtime storage.
- Stored data of the parachain head. It is encoded version of the
bp_runtime::StoredHeaderData
structure. - Can be use to access the runtime storage key of the parachains info at the target chain.
- Helper for using single parachain as
ParaStoredHeaderDataBuilder
. - Header data that we’re storing on-chain.
- Info about a
SubmitParachainHeads
call which tries to update a single parachain.
Enums§
- A minimized version of
pallet-bridge-parachains::Call
that can be used without a runtime.
Traits§
- Stored parachain head data builder.
Functions§
- Returns runtime storage key of given parachain head at the source chain.
Type Aliases§
- Block hash of the bridged relay chain.
- Hasher of the bridged relay chain.
- Block number of the bridged relay chain.