Type Alias BaseMultichainSmartAccount
BaseMultichainSmartAccount: { addressOn: { (chainId: number, strictMode: true): `0x${string}`; (chainId: number, strictMode?: false): undefined | `0x${string}`; }; deploymentOn: { (chainId: number, strictMode: true): ModularSmartAccount; (chainId: number, strictMode?: false): undefined | ModularSmartAccount; }; deployments: ModularSmartAccount[]; signer: Signer;} Type declaration
addressOn: {
(chainId: number, strictMode: true): `0x${string}`;
(chainId: number, strictMode?: false): undefined | `0x${string}`;
}
deploymentOn: {
(chainId: number, strictMode: true): ModularSmartAccount;
(chainId: number, strictMode?: false): undefined | ModularSmartAccount;
}
signer: Signer
Represents a smart account deployed across multiple chains