CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Interface ListServerAccountsOptions

    Options for listing EVM accounts.

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

    Properties

    pageSize?: number

    The page size to paginate through the accounts.

    pageToken?: string

    The page token to paginate through the accounts.