CreateEvmAccountBody: { name?: 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]$