Function sp_transaction_storage_proof::registration::build_proof
source · pub fn build_proof(
random_hash: &[u8],
transactions: Vec<Vec<u8>>,
) -> Result<TransactionStorageProof, Error>
Expand description
Build a proof for a given source of randomness and indexed transactions.