UNPKG

neo-convertor

Version:

A tool to convert neo smart contract data to human-readable one

9 lines (8 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const NeoConvertor = require("../src/convertor"); var convertor_1 = require("../src/convertor"); exports.Address = convertor_1.Address; exports.HexNumber = convertor_1.HexNumber; exports.StringHex = convertor_1.StringHex; exports.default = NeoConvertor;