UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

11 lines (10 loc) 200 B
/* --- Zmq Commands --- */ // progress 1/1 export interface GetZmqNotifications { method: 'getzmqnotifications'; params: []; response: { type: string; address: string; }[] }