UNPKG

@ln-markets/sdk

Version:
11 lines 281 B
export const createWithdraw = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/userwithdraw */ return async (body) => instance .post('user/withdraw', { json: body, }) .json(); }; //# sourceMappingURL=withdraw.js.map