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