PHP WebShell

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

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

import type { Codec } from '../codec/codec';
import type { Amounter } from '../common/types';
import { BigIntPr } from '../primitives';
import { TypeSymbols } from '../constants';
export declare class StakeableLockIn {
    readonly lockTime: BigIntPr;
    readonly transferableInput: Amounter;
    _type: TypeSymbols;
    constructor(lockTime: BigIntPr, transferableInput: Amounter);
    static fromBytes(bytes: Uint8Array, codec: Codec): [StakeableLockIn, Uint8Array];
    amount(): bigint;
    toBytes(codec: Codec): Uint8Array;
}
//# sourceMappingURL=stakeableLockIn.d.ts.map

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


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