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