Skip to main content
type CreateEvmEoaAccountOptions = {
  idempotencyKey?: string;
};
Options for creating an EVM EOA account.

Properties

PropertyTypeDescription
idempotencyKey?stringOptional idempotency key for safe retries.