pub fn compute_transaction_root(
    transactions: &Vec<Arc<SignedTransaction>>
) -> MerkleHash
Expand description

Compute block transaction root. This value is stored in the transactions_root header field.