@helixnetwork/bundle-validator
v1.0.0-alpha.7
Published
Syntactically validates bundle structure and signatures.
Downloads
7
Readme
@helixnetwork/bundle
Syntactically validates bundle structure and signatures.
Installation
Install using npm:
npm install @helixnetwork/bundle
or using yarn:
yarn add @helixnetwork/bundle
API Reference
bundle-validator~validateSignatures(bundle)
| Param | Type | | --- | --- | | bundle | Array.<Transaction> |
Validates all signatures of a bundle.
bundle-validator~isBundle(bundle)
| Param | Type | | --- | --- | | bundle | Array.<Transaction> |
Checks if a bundle is syntactically valid. Validates signatures and overall structure.