Options for creating an EVM server account.

interface UpdateEvmAccountOptions {
    address: string;
    idempotencyKey?: string;
    update: UpdateEvmAccountBody;
}

Properties

address: string

The address of the account.

idempotencyKey?: string

The idempotency key.

The updates to apply to the account