1.0.0-beta.cda45022 • Published 7 years ago

@iota/bundle-validator v1.0.0-beta.cda45022

Weekly downloads
487
License
MIT
Repository
github
Last release
7 years ago

@iota/bundle

Syntactically validates bundle structure and signatures.

Installation

Install using npm:

npm install @iota/bundle

or using yarn:

yarn add @iota/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.