Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 608 Bytes

NEON-PARSER.md

File metadata and controls

15 lines (11 loc) · 608 Bytes

NeonParser

To use NeonParser you can simply import and use it's methods, since it's a constant object.

import { NeonParser } from '@cityofzion/neon-dappkit'

const tenAsHex = NeonParser.intToHex(10)

Each method of NeonParser is auto-documented with examples on the Generated Docs. You can also check the unit tests for more examples.