Options for getting an EVM account.

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

Properties

Properties

address?: `0x${string}`

The address of the account.

name?: string

The name of the account.