Skip to main content
type EvmSmartAccount = Prettify<EvmSmartAccountProperties & SmartAccountActions>;
Defined in: accounts/evm/types.ts:175 Ethereum smart account which supports account abstraction features like user operations, batch transactions, and paymaster.