Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check if token output optimization is currently running.
async isTokenOptimizationInProgress(): Promise<boolean>
true
false
if (await wallet.isTokenOptimizationInProgress()) { console.log("Token optimization is running..."); } else { console.log("No token optimization in progress"); }