PHP WebShell
Текущая директория: /opt/BitGoJS/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Выполнить команду
Для локальной разработки. Не используйте в интернете!