UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

4 lines 245 B
import * as utxolib from '@bitgo/utxo-lib'; import { ParserTx } from './ParserTx'; export declare function getPrevOutputsFromPrevTxs(tx: ParserTx, prevTxs: ParserTx[]): utxolib.TxOutput<bigint>[] | undefined; //# sourceMappingURL=prevTx.d.ts.map