buildDeferredActionDigest

1function buildDeferredActionDigest(args): `0x${string}`;

Defined in: account-kit/smart-contracts/src/ma-v2/utils.ts:309

Creates the digest which must be prepended to the userOp signature.

Assumption: The client this extends is used to sign the typed data.

Parameters

ParameterTypeDescription

args

BuildDeferredActionDigestParams

The argument object containing the following:

Returns

`0x${string}`

The encoded digest to be prepended to the userOp signature