UNPKG

@ln-markets/sdk

Version:
6 lines 212 B
export const createWithdraw = (instance) => { return async ({ amount }) => { return instance.post('futures/cross/withdraw', { json: { amount } }).json(); }; }; //# sourceMappingURL=withdraw.js.map