UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 360 B
import { Bitcoind } from '../../types.js'; type GetZmqNotificationsParams = { bitcoind: Bitcoind; }; /** * getzmqnotifications * * Returns information about the active ZeroMQ notifications. * */ export declare function getZmqNotifications(params: GetZmqNotificationsParams): Promise<any>; export {}; //# sourceMappingURL=get-zmq-notifications.d.ts.map