pub fn derive_bundle_digest(
    domain_runtime_code: Vec<u8>,
    bundle_body: Vec<OpaqueExtrinsic>,
) -> Option<H256>
Expand description

Derive the bundle digest for the given bundle body.