CCC Docs
    Preparing search index...

    Class ClientIndexerSearchKeyFilter

    Options for filtering cells when searching for cells on chain.

    Hierarchy (View Summary)

    Index

    Constructors

    • Creates an instance of ClientIndexerSearchKeyFilter.

      Parameters

      • script: undefined | Script

        The type script of the cell.

      • scriptLenRange: undefined | [bigint, bigint]

        The length range of the script.

      • outputData: undefined | `0x${string}`

        The data of the cell.

      • outputDataSearchMode: undefined | "prefix" | "exact" | "partial"

        The search mode for the cell data.

      • outputDataLenRange: undefined | [bigint, bigint]

        The length range of the cell data.

      • outputCapacityRange: undefined | [bigint, bigint]

        The capacity range of the cell.

      • blockRange: undefined | [bigint, bigint]

        The block range to search for cells.

      Returns ClientIndexerSearchKeyFilter

    Properties

    script: undefined | Script

    The type script of the cell.

    scriptLenRange: undefined | [bigint, bigint]

    The length range of the script.

    outputData: undefined | `0x${string}`

    The data of the cell.

    outputDataSearchMode: undefined | "prefix" | "exact" | "partial"

    The search mode for the cell data.

    outputDataLenRange: undefined | [bigint, bigint]

    The length range of the cell data.

    outputCapacityRange: undefined | [bigint, bigint]

    The capacity range of the cell.

    blockRange: undefined | [bigint, bigint]

    The block range to search for cells.

    Methods