UNPKG

@ln-markets/sdk

Version:
10 lines 353 B
export const createGetLightningDeposits = (instance) => { return async ({ cursor, from, limit, to, settled } = {}) => { return instance .get('account/deposits/lightning', { searchParams: { cursor, from, limit, to, settled }, }) .json(); }; }; //# sourceMappingURL=get-lightning-deposits.js.map