PHP WebShell

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

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

import { BaseTx } from '../avax/baseTx';
import { TransferableOp } from '../avax/transferableOp';
import type { Codec } from '../codec/codec';
import { TypeSymbols } from '../constants';
export declare class OperationTx {
    private readonly baseTx;
    private readonly ops;
    _type: TypeSymbols;
    constructor(baseTx: BaseTx, ops: TransferableOp[]);
    static fromBytes(bytes: Uint8Array, codec: Codec): [OperationTx, Uint8Array];
    toBytes(codec: Codec): Uint8Array;
}
//# sourceMappingURL=operationTx.d.ts.map

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


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