Expand description
Primitives of parachains module.
Structs§
- Best
Para Head Hash - Best known parachain head hash.
- Imported
Para Heads KeyProvider - Can be use to access the runtime storage key of the parachain head at the target chain.
- Para
Info - Best known parachain head as it is stored in the runtime storage.
- Para
Stored Header Data - Stored data of the parachain head. It is encoded version of the
bp_runtime::StoredHeaderData
structure. - Paras
Info KeyProvider - Can be use to access the runtime storage key of the parachains info at the target chain.
- Single
Para Stored Header Data Builder - Helper for using single parachain as
ParaStoredHeaderDataBuilder
. - Stored
Header Data - Header data that we’re storing on-chain.
- Submit
Parachain Heads Info - Info about a
SubmitParachainHeads
call which tries to update a single parachain.
Enums§
- Bridge
Parachain Call - A minimized version of
pallet-bridge-parachains::Call
that can be used without a runtime.
Traits§
- OnNew
Head - Runtime hook for when a parachain head is updated.
- Para
Stored Header Data Builder - Stored parachain head data builder.
Functions§
- parachain_
head_ storage_ key_ at_ source - Returns runtime storage key of given parachain head at the source chain.
Type Aliases§
- Relay
Block Hash - Block hash of the bridged relay chain.
- Relay
Block Hasher - Hasher of the bridged relay chain.
- Relay
Block Number - Block number of the bridged relay chain.