Skip to main content
type CreateEvmSmartAccountOptions = {
  enableSpendPermissions?: boolean;
};
Options for creating a Smart Account.

Properties

PropertyTypeDescription
enableSpendPermissions?booleanWhether to enable spend permissions for the smart account. Setting this to true is necessary in order to create spend permissions. Only new accounts can be created with spend permissions enabled. Defaults to false.