@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 349 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetMempoolEntryParams = {
bitcoind: Bitcoind;
txid: string;
};
/**
* getmempoolentry "txid"
*
* Returns mempool data for given transaction
*
*/
export declare function getMempoolEntry(params: GetMempoolEntryParams): Promise<any>;
export {};
//# sourceMappingURL=get-mempool-entry.d.ts.map