pub fn compute_tx_hash(
updated_accounts: impl Iterator<Item = (TransactionId, AccountId)>,
) -> DigestExpand description
Computes a commitment to the provided list of transactions.
pub fn compute_tx_hash(
updated_accounts: impl Iterator<Item = (TransactionId, AccountId)>,
) -> DigestComputes a commitment to the provided list of transactions.