Options for creating an EVM server account.

interface CreateServerAccountOptions {
    idempotencyKey?: string;
    name?: string;
}

Properties

idempotencyKey?: string

The idempotency key.

name?: string

The name of the account.