toMultichainNexusAccount
Creates a multichain Nexus smart account that can operate across multiple chains with the same address.Parameters
ChainConfiguration
Returns
MultichainSmartAccount
Example
EIP-7702 Mode
For embedded wallets, setaccountAddress to the EOA address:
MultichainSmartAccount Methods
addressOn
Get the account address on a specific chain.
Both calls return the same address. The
strict flag is a safety check that throws an error if the requested chain was not defined in your chainConfigurations, helping catch configuration mistakes early.