UNPKG

neo-convertor

Version:

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

7 lines (6 loc) 241 B
export declare class StringHex { private static readonly _stringToHex; static readonly stringToHex: (src: string) => string; private static readonly _hexToString; static readonly hexToString: (hex: string) => string; }