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 18 days ago
Was this helpful?