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 leaf optimization is currently running.
async isOptimizationInProgress(): Promise<boolean>
true
false
if (await wallet.isOptimizationInProgress()) { console.log("Optimization is running..."); } else { console.log("No optimization in progress"); }