PHP WebShell

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

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

import type { Codec } from '../codec/codec';
import { BigIntPr } from '../primitives';
import { PVMTx } from './abstractTx';
import { TypeSymbols } from '../constants';
export declare class AdvanceTimeTx extends PVMTx {
    readonly time: BigIntPr;
    _type: TypeSymbols;
    constructor(time: BigIntPr);
    baseTx: undefined;
    static fromBytes(bytes: Uint8Array, codec: Codec): [AdvanceTimeTx, Uint8Array];
    toBytes(codec: Codec): Uint8Array;
}
//# sourceMappingURL=advanceTimeTx.d.ts.map

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


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