UNPKG

@ln-markets/sdk

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