PHP WebShell

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

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

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

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


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