UNPKG

@ln-markets/sdk

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