UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

10 lines (9 loc) 214 B
/** Returns active ZMQ notification endpoints. */ export interface GetZmqNotifications { method: 'getzmqnotifications'; params: []; response: { type: string; address: string; }[]; }