UNPKG

@ln-markets/sdk

Version:
11 lines 326 B
export const createWithdrawSyntheticUsd = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/userwithdrawalsyntheticusd */ return async (body) => instance .post('user/withdraw/susd', { json: body, }) .json(); }; //# sourceMappingURL=withdraw-synthetic-usd.js.map