UNPKG

neo-convertor

Version:

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

7 lines (6 loc) 242 B
export declare class UintVariable { readonly bits: Uint32Array; constructor(bits: number | Uint8Array | Uint32Array | Array<number>); readonly equals: (other: UintVariable) => boolean; readonly toString: () => string; }