UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

7 lines 257 B
import { CommandModule } from 'yargs'; import { WithPsbtOptions } from './withPsbt'; export type ArgsSignPsbt = WithPsbtOptions & { key: string; }; export declare const cmdSign: CommandModule<unknown, ArgsSignPsbt>; //# sourceMappingURL=cmdSign.d.ts.map