UNPKG

@mr-zwets/bchn-api-wrapper

Version:

a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API

13 lines (11 loc) 241 B
/* --- Zmq Commands --- */ // progress 1/1 /** Returns active ZMQ notification endpoints. */ export interface GetZmqNotifications { method: 'getzmqnotifications'; params: []; response: { type: string; address: string; }[] }