@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
15 lines • 434 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetMempoolDescendantsParams = {
bitcoind: Bitcoind;
txid: string;
verbose?: boolean;
};
/**
* getmempooldescendants "txid" ( verbose )
*
* If txid is in the mempool, returns all in-mempool descendants.
*
*/
export declare function getMempoolDescendants(params: GetMempoolDescendantsParams): Promise<any>;
export {};
//# sourceMappingURL=get-mempool-descendants.d.ts.map