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