UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

9 lines (8 loc) 164 B
export interface GetZmqNotifications { method: 'getzmqnotifications'; params: []; response: { type: string; address: string; }[]; }