PHP WebShell

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

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

import { Transaction } from '../../vms/common/transaction';
import type { BaseTx } from './baseTx';
import type { TransferableInput } from './transferableInput';
export declare abstract class AvaxTx extends Transaction {
    abstract baseTx?: BaseTx;
    getInputs(): TransferableInput[];
    getBlockchainId(): string;
    getSigIndices(): number[][];
}
//# sourceMappingURL=avaxTx.d.ts.map

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


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