function getMAV2UpgradeToData(ownerAddress): Promise<UpgradeToData>;Defined in: packages/smart-accounts/src/ma-v2/utils/account.ts:55
Gets the upgrade to data for the ModularAccountV2.
| Parameter | Type | Description |
|---|---|---|
|
| The address of the owner. |
Promise<UpgradeToData>
The upgrade to data.