UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

15 lines 504 B
import { Bitcoind } from '../../types.js'; type UtxoUpdatePsbtParams = { bitcoind: Bitcoind; psbt: string; descriptors?: Array<unknown>; }; /** * utxoupdatepsbt "psbt" ( ["",{"desc":"str","range":n or [n,n]},...] ) * * Updates all segwit inputs and outputs in a PSBT with data from output descriptors, the UTXO set, txindex, or the mempool. * */ export declare function utxoUpdatePsbt(params: UtxoUpdatePsbtParams): Promise<any>; export {}; //# sourceMappingURL=utxo-update-psbt.d.ts.map