Options for exporting an EVM server account.

interface ExportServerAccountOptions {
    address?: `0x${string}`;
    idempotencyKey?: string;
    name?: string;
}

Properties

address?: `0x${string}`

The address of the account.

idempotencyKey?: string

The idempotency key.

name?: string

The name of the account.