function deferralActions<TTransport, TChain, TAccount>(client): DeferralActions;Defined in: packages/smart-accounts/src/ma-v2/decorators/deferralActions.ts:77
Provides deferred action functionalities for a MA v2 client, ensuring compatibility with SmartAccountClient.
| Type Parameter | Default type |
|---|---|
| |
| |
|
| Parameter | Type | Description |
|---|---|---|
|
| The client instance which provides account and sendUserOperation functionality. |
- An object containing three methods:
createDeferredActionTypedDataObject,buildPreSignatureDeferredActionPayload, andbuildUserOperationWithDeferredAction.