PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/serializable/primitives
Просмотр файла: short.d.ts
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Выполнить команду
Для локальной разработки. Не используйте в интернете!