The result of listing EVM smart accounts.

interface ListSmartAccountResult {
    accounts: ReadonlySmartAccount[];
    nextPageToken?: string;
}

Properties

The accounts.

nextPageToken?: string

The next page token to paginate through the accounts. If undefined, there are no more accounts to paginate through.