fn build_namespace_proof(
payload: &PayloadQueryData<SeqTypes>,
ns_index: &NsIndex,
vid_common: &VidCommonQueryData<SeqTypes>,
) -> Result<NamespaceProof, Error>Expand description
Construct a [NamespaceProof] for the namespace at ns_index of the given block.