Borrow tokens
const borrow = await client.borrow({ token: "QAR", quantity: 1n, });
Repay borrowed tokens
const repay = await client.repay({ token: "QAR", quantity: 1n, });
Last updated 18 days ago
Was this helpful?