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.
pub fn compute_transaction_root(
transactions: &Vec<Arc<SignedTransaction>>,
) -> MerkleHash
Compute block transaction root.
This value is stored in the transactions_root
header field.