Options for listing EVM accounts.

interface ListServerAccountsOptions {
    pageSize?: number;
    pageToken?: string;
}

Properties

pageSize?: number

The page size to paginate through the accounts.

pageToken?: string

The page token to paginate through the accounts.