PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/dist/serializable/primitives

Просмотр файла: byte.d.ts

import { Primitives } from './primatives';
import { TypeSymbols } from '../constants';
export declare class Byte extends Primitives {
    private readonly byte;
    _type: TypeSymbols;
    constructor(byte: Uint8Array);
    static fromBytes(buf: Uint8Array): [Byte, Uint8Array];
    toJSON(): string;
    toBytes(): Uint8Array;
}
//# sourceMappingURL=byte.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!