Function sc_client_api::cht::check_proof
source · [−]pub fn check_proof<Header, Hasher>(
local_root: Header::Hash,
local_number: Header::Number,
remote_hash: Header::Hash,
remote_proof: StorageProof
) -> ClientResult<()> where
Header: HeaderT,
Hasher: Hasher,
Hasher::Out: Ord + Codec,
Expand description
Check CHT-based header proof.