Skip to main content
Checks if an action name is MFA-protected. MFA-protected actions require MFA verification when the user is enrolled in MFA. Use this to show visual indicators (like a lock icon) on sensitive action buttons.

Parameters

Returns

actionName is “signEvmHash” | “signEvmTransaction” | “signSolanaTransaction” | “sendEvmTransaction” | “sendSolanaTransaction” | “signEvmMessage” | “signSolanaMessage” | “signEvmTypedData” | “sendUserOperation” | “exportEvmAccount” | “exportSolanaAccount” | “createEvmKeyExportIframe” | “createSolanaKeyExportIframe” True if the action requires MFA when the user is enrolled.

Example