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