Package Exports
- @pascalcoin-sbx/common
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pascalcoin-sbx/common) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PascalCoin Common library
A sub package of sbx
This is the core library of for the SBX family that contains common functionality related to the PascalCoin BlockChain project.
Installation
npm install @pascalcoin-sbx/common
Usage
This library consists of low level objects used in all other libraries. Please check the tests for proper usage beyond this documentation.
BC (ByteCollection)
A wrapper around Buffer to work with byte arrays.