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

    Interface ListSmartAccountResult

    The result of listing EVM smart accounts.

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

    Properties

    The accounts.

    nextPageToken?: string

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