UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

11 lines 500 B
import { CommandModule } from 'yargs'; import { WithPsbtOptions } from './withPsbt'; import * as utxolib from '@bitgo/utxo-lib'; type ArgsFinalizePsbt = WithPsbtOptions & { extract: boolean; }; export declare function finalizeWithWrappedPsbt(psbt: utxolib.bitgo.UtxoPsbt | utxolib.Psbt): void; export declare const cmdFinalize: CommandModule<unknown, ArgsFinalizePsbt>; export declare const cmdExtract: CommandModule<unknown, WithPsbtOptions>; export {}; //# sourceMappingURL=cmdFinalize.d.ts.map