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