CCC Docs
    Preparing search index...

    Class ClientIndexerSearchKey

    Options for searching for cells on chain.

    Index

    Constructors

    • Creates an instance of ClientIndexerSearchKey.

      Parameters

      • script: Script

        The script to search for.

      • scriptType: "type" | "lock"

        The type of the script.

      • scriptSearchMode: "prefix" | "exact" | "partial"

        The search mode for the script.

      • filter: undefined | ClientIndexerSearchKeyFilter

        The filter to use when searching for cells.

      • withData: undefined | boolean

        Whether to include cell data in the response.

      Returns ClientIndexerSearchKey

    Properties

    script: Script

    The script to search for.

    scriptType: "type" | "lock"

    The type of the script.

    scriptSearchMode: "prefix" | "exact" | "partial"

    The search mode for the script.

    filter: undefined | ClientIndexerSearchKeyFilter

    The filter to use when searching for cells.

    withData: undefined | boolean

    Whether to include cell data in the response.

    Methods