function decodeCallsLA(data, accountAddress): Call[];Defined in: packages/smart-accounts/src/light-account/accounts/calldataCodec.ts:57
Decodes LightAccount calldata back into an array of calls. Used internally by the LightAccount 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.