UNPKG

neo-convertor

Version:

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

5 lines (4 loc) 173 B
export declare class HexNumber { static readonly hexNumberToNumber: (hexNumber: string) => number; static readonly numberToHexNumber: (num: number) => string; }