Type Alias pallet_bridge_beefy::ImportedCommitment
source · pub type ImportedCommitment<T, I> = ImportedCommitment<BridgedBlockNumber<T, I>, BridgedBlockHash<T, I>, BridgedMmrHash<T, I>>;
Expand description
Imported commitment data, stored by the pallet.
Aliased Type§
struct ImportedCommitment<T, I> {
pub parent_number_and_hash: (<<T as Config<I>>::BridgedChain as Chain>::BlockNumber, <<T as Config<I>>::BridgedChain as Chain>::Hash),
pub mmr_root: <<T as Config<I>>::BridgedChain as ChainWithBeefy>::MmrHash,
}
Fields§
§parent_number_and_hash: (<<T as Config<I>>::BridgedChain as Chain>::BlockNumber, <<T as Config<I>>::BridgedChain as Chain>::Hash)
Block number and hash of the finalized block parent.
mmr_root: <<T as Config<I>>::BridgedChain as ChainWithBeefy>::MmrHash
MMR root at the imported block.