@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
13 lines • 335 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetMempoolInfoParams = {
bitcoind: Bitcoind;
};
/**
* getmempoolinfo
*
* Returns details on the active state of the TX memory pool.
*
*/
export declare function getMempoolInfo(params: GetMempoolInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-mempool-info.d.ts.map