PHP WebShell

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

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

import type { Codec } from '../codec/codec';
import { Id } from '../fxs/common';
import { PVMTx } from './abstractTx';
import { TypeSymbols } from '../constants';
export declare class RewardValidatorTx extends PVMTx {
    readonly txId: Id;
    _type: TypeSymbols;
    constructor(txId: Id);
    baseTx: undefined;
    static fromBytes(bytes: Uint8Array, codec: Codec): [RewardValidatorTx, Uint8Array];
    toBytes(codec: Codec): Uint8Array;
}
//# sourceMappingURL=rewardValidatorTx.d.ts.map

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


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