pushdata-beyondcoin

1.0.0 • Public • Published

pushdata-beyondcoin

NPM Package Build Status

js-standard-style

Encode/decode value as beyondcoin OP_PUSHDATA integer

Example

var pushdata = require('pushdata-beyondcoin')
 
var i = 120
var buffer = new Buffer(pushdata.encodingLength(i))
 
pushdata.encode(buffer, i)

LICENSE MIT

Dependents (1)

Package Sidebar

Install

npm i pushdata-beyondcoin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.69 kB

Total Files

4

Last publish

Collaborators

  • tech1k