PHP WebShell

Текущая директория: /opt/BitGoJS/modules/utxo-bin/dist/src/commands/cmdPsbt

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

import * as yargs from 'yargs';
import { WithPsbtOptions } from './withPsbt';
type ArgsAddOutput = WithPsbtOptions & {
    address?: string;
    scriptPubKey?: string;
    amount: string;
    feeRateSatB?: number;
};
export declare const cmdAddOutput: yargs.CommandModule<unknown, ArgsAddOutput>;
export {};
//# sourceMappingURL=cmdAddOutput.d.ts.map

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


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