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.
The provisioned account. Returned by ready() and refreshSession(), and read from account() once the wallet is ready.
interface WalletAccount { readonly address: string; }
const account = await wallet.ready(); account.address; // the provisioned account address
ready()
account()
null