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Выполнить команду
Для локальной разработки. Не используйте в интернете!