pub fn compute_transaction_root(
transactions: &Vec<Arc<SignedTransaction>>,
) -> MerkleHashExpand description
Compute block transaction root.
This value is stored in the transactions_root header field.
pub fn compute_transaction_root(
transactions: &Vec<Arc<SignedTransaction>>,
) -> MerkleHashCompute block transaction root.
This value is stored in the transactions_root header field.