@bitgo/utxo-bin
Version:
Command-line utility for BitGo UTXO transactions
13 lines • 434 B
TypeScript
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