isDeferredAction
Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/utils.d.ts:121
Type guard to check if a TypedDataDefinition is a deferred action.
A deferred action has:
- primaryType: “DeferredAction”
- domain.verifyingContract matching the account address
Type Parameters
Parameters
Returns
boolean
- True if the typedDataDefinition is a deferred action for this account