createAccount.
Usage
Parameters
Chain
required
Chain to check
Returns
boolean
true if the account is deployed, false otherwiseDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check whether the account is deployed on a given chain.
createAccount.
const deployed = await account.isDeployed(chain)
true if the account is deployed, false otherwiseWas this page helpful?