UNPKG

@flarenetwork/flarejs

Version:
12 lines 386 B
import { Primitives } from './primatives'; import { TypeSymbols } from '../constants'; export declare class Short extends Primitives { private readonly short; _type: TypeSymbols; constructor(short: number); static fromBytes(buf: Uint8Array): [Short, Uint8Array]; toJSON(): string; toBytes(): Uint8Array; value(): number; } //# sourceMappingURL=short.d.ts.map