UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 439 B
import { Bitcoind } from '../../types.js'; type GetTxSpendingPrevoutParams = { bitcoind: Bitcoind; outputs: Array<unknown>; }; /** * gettxspendingprevout [{"txid":"hex","vout":n},...] * * Scans the mempool to find transactions spending any of the given outputs * */ export declare function getTxSpendingPrevout(params: GetTxSpendingPrevoutParams): Promise<any>; export {}; //# sourceMappingURL=get-tx-spending-prevout.d.ts.map