UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

9 lines 300 B
import * as yargs from 'yargs'; import { WithPsbtOptions } from './withPsbt'; type ArgsCreatePsbt = WithPsbtOptions & { txVersion?: number; txLocktime?: number; }; export declare const cmdCreate: yargs.CommandModule<unknown, ArgsCreatePsbt>; export {}; //# sourceMappingURL=cmdCreate.d.ts.map