UNPKG

bitcoin-cli-ts

Version:

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

13 lines (12 loc) 306 B
import { Bitcoind } from '../../types'; type GetZmqNotificationsParams = { bitcoind: Bitcoind; }; /** * getzmqnotifications * * Returns information about the active ZeroMQ notifications. * */ export declare function getZmqNotifications(params: GetZmqNotificationsParams): Promise<any>; export {};