1.0.0-alpha.7 • Published 5 years ago

@helixnetwork/bundle-validator v1.0.0-alpha.7

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

@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)

ParamType
bundleArray.<Transaction>

Validates all signatures of a bundle.

bundle-validator~isBundle(bundle)

ParamType
bundleArray.<Transaction>

Checks if a bundle is syntactically valid. Validates signatures and overall structure.