UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

11 lines 350 B
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