0.0.1 • Published 5 years ago

rivine-ts-types v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Rivine Typescript

JavaScript Style Guide NPM version

A Typescript library for usage in the browser

Installation

npm install rivine-ts-types

Usage

import { Parser } from 'rivine-ts-types'

const myParser = new Parser(precision)

// In case explorer/hashes is called
const parsedResponse = myParser.ParseHashResponseJSON(response, hash)

// In case explorer/blocks is called
const parsedResponse = myParser.ParseBlockResponseJSON(response)

License

MIT

0.0.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago