Options for getting an EVM account, or creating one if it doesn't exist.

interface GetOrCreateServerAccountOptions {
    name: string;
}

Properties

Properties

name: string

The name of the account.