@keyring/cbor-plugin

0.2.1 • Public • Published

@keyring/cbor-plugin

This plugin allows you to easily insert CBOR encoded data into a transaction. When using this plugin a cbor method is added to the Keyring Transaction class.

Usage

const BSV = require('@keyring/bsv');
const cborPlugin = require('@keyring/cbor-plugin');

const Transaction = BSV.Transaction;
Transaction.use(new cborPlugin());

let tx = new Transaction();
tx.cbor({ hello: 'world' });
console.log('data', tx.data()[0]);

Readme

Keywords

none

Package Sidebar

Install

npm i @keyring/cbor-plugin

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • ford152
  • hexorx
  • justin16