PHP WebShell
Текущая директория: /opt/BitGoJS/modules/utxo-bin/dist/src/commands/cmdPsbt
Просмотр файла: cmdAddDescriptorInput.d.ts
import * as yargs from 'yargs';
import { WithPsbtOptions } from './withPsbt';
type ArgsAddDescriptorInput = WithPsbtOptions & {
outputId: string;
address?: string;
scriptPubKey?: string;
value: string;
descriptor: string;
descriptorIndex: number;
};
export declare const cmdAddDescriptorInput: yargs.CommandModule<unknown, ArgsAddDescriptorInput>;
export {};
//# sourceMappingURL=cmdAddDescriptorInput.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!