Function substrate_relay_helper::proofs::to_raw_storage_proof
source · pub fn to_raw_storage_proof<SourceChain: Chain>(
proof: (StorageProof, HashOf<SourceChain>),
) -> RawStorageProof
Expand description
Converts proof to RawStorageProof
type.