UNPKG

@ln-markets/sdk

Version:
10 lines 333 B
export const createGetNotifications = (instance) => { return async ({ cursor, from, limit, to, read } = {}) => { return instance .get('account/notifications', { searchParams: { cursor, from, limit, to, read }, }) .json(); }; }; //# sourceMappingURL=get-notifications.js.map