Generates a unique hash for a set of transactions. Typically used when locking a set of transactions so the hash can be associated with the event.
import * as AccountingHash from '@nexys/accounting-hash'
const entries = []
AccountingHash.entriesToHash(entries)