UNPKG

@ln-markets/sdk

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