PHP WebShell

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

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

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

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


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