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 2 months ago
Was this helpful?