This package has been deprecated

Author message:

Please use @turtlecoin/bytestream

bytestream-helper
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

bytestream-helper

NPM

Prerequisite Documentation Maintenance License: GPL-3.0 Twitter: TurtlePay

This package contains the code paths necessary to assist with encoding and decoding bytestreams (blobs).

It was designed and written primarily for working with TurtleCoin bytestreams.

Installation

npm install bytestream-helper

Initialization

TypeScript

import { Reader, Writer } from 'bytestream-helper'

JavaScript

const BytestreamHelper = require('bytestream-helper')
const Reader = BytestreamHelper.Reader
const Writer = BytestreamHelper.Writer

Documentation

You can find the full documentation for this library here

Package Sidebar

Install

npm i bytestream-helper

Weekly Downloads

3

Version

0.0.10

License

MIT

Unpacked Size

33.5 kB

Total Files

11

Last publish

Collaborators

  • brandonlehmann