CreateEvmSmartAccountBody: { name?: string; owners: string[] }

Type declaration

  • Optionalname?: string

    An optional name for the account. Account names can consist of alphanumeric characters and hyphens, and be between 2 and 36 characters long. Account names must be unique across all EVM accounts in the developer's CDP Project.

    ^[A-Za-z0-9][A-Za-z0-9-]{0,34}[A-Za-z0-9]$

  • owners: string[]

    Today, only a single owner can be set for a Smart Account, but this is an array to allow setting multiple owners in the future.