referrerpolicy=no-referrer-when-downgrade
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.