UNPKG

@ln-markets/sdk

Version:
10 lines 331 B
export const createDepositLightning = (instance) => { return async ({ amount, comment, descriptionHash }) => { return instance .post('account/deposit/lightning', { json: { amount, comment, descriptionHash }, }) .json(); }; }; //# sourceMappingURL=deposit-lightning.js.map