Borrowing
const borrow = await client.borrow({
token: "QAR",
quantity: 1n,
});const repay = await client.repay({
token: "QAR",
quantity: 1n,
});Last updated
Was this helpful?
const borrow = await client.borrow({
token: "QAR",
quantity: 1n,
});const repay = await client.repay({
token: "QAR",
quantity: 1n,
});Last updated
Was this helpful?
Was this helpful?