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

    Interface ListSmartAccountsOptions

    Options for listing EVM smart accounts.

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

    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.