Function calculate_transaction_root   
pub fn calculate_transaction_root<T>(transactions: &[T]) -> FixedBytes<32>where
    T: Encodable2718,Available on crate feature 
node-api only.Expand description
Calculate a transaction root.
(rlp(index), encoded(tx)) pairs.