pub fn load_block_weight<H: Encode, B: AuxStore>(
backend: &B,
block_hash: H,
) -> Result<Option<BabeBlockWeight>>
Expand description
Load the cumulative chain-weight associated with a block.
pub fn load_block_weight<H: Encode, B: AuxStore>(
backend: &B,
block_hash: H,
) -> Result<Option<BabeBlockWeight>>
Load the cumulative chain-weight associated with a block.