UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

15 lines 408 B
import { Bitcoind } from '../../types.js'; type CombinePsbtParams = { bitcoind: Bitcoind; txs: Array<unknown>; }; /** * combinepsbt ["psbt",...] * * Combine multiple partially signed Bitcoin transactions into one transaction. * Implements the Combiner role. * */ export declare function combinePsbt(params: CombinePsbtParams): Promise<any>; export {}; //# sourceMappingURL=combine-psbt.d.ts.map