function decodeCallsMAv1(data, accountAddress): Call[];Defined in: packages/smart-accounts/src/ma-v1/accounts/calldataCodec.ts:49
Decodes ModularAccountV1 calldata back into an array of calls. Used internally by the ModularAccountV1 SmartAccount implementation. Typically not needed directly unless you have an advanced use case.
| Parameter | Type | Description |
|---|---|---|
|
| The calldata to decode. |
|
| The account address, used as the |
Call[]
The decoded calls.