PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/primitives
Просмотр файла: bytes.d.ts
import { Primitives } from './primatives';
import { TypeSymbols } from '../constants';
export declare class Bytes extends Primitives {
private readonly bytes;
_type: TypeSymbols;
constructor(bytes: Uint8Array);
toString(encoding?: 'utf8' | 'hex'): string;
toJSON(): string;
static fromBytes(buf: Uint8Array): [Bytes, Uint8Array];
toBytes(): Uint8Array;
}
//# sourceMappingURL=bytes.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!