UNPKG

@ln-markets/sdk

Version:
7 lines 258 B
export const createGetAllNotifications = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/notificationsfetchnotifications */ return async () => instance.get('notifications').json(); }; //# sourceMappingURL=get-all.js.map