Options for listing EVM smart accounts.

interface ListSmartAccountsOptions {
    name?: string;
    pageSize?: number;
    pageToken?: string;
}

Properties

name?: string

The name of the account.

pageSize?: number

The page size to paginate through the accounts.

pageToken?: string

The page token to paginate through the accounts.