UNPKG

neo-convertor

Version:

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

7 lines (6 loc) 233 B
import { UintVariable } from './UintVariable'; export declare class Uint160 extends UintVariable { static readonly Zero: Uint160; constructor(value?: ArrayBuffer); static readonly parse: (str: string) => Uint160; }