CCC Docs
    Preparing search index...

    Class ClientCollectableSearchKeyFilter

    Options for filtering cells when searching for cells.

    Hierarchy (View Summary)

    Index

    Constructors

    • Creates an instance of ClientCollectableSearchKeyFilter.

      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.

      Returns ClientCollectableSearchKeyFilter

    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.

    Methods