Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.12 KB

Accounting hash

Test Publish NPM package NPM package Bundleophobia Prettier

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.

Get Started

import * as AccountingHash from '@nexys/accounting-hash'

const entries = []

AccountingHash.entriesToHash(entries)