Constructors

Properties

Methods

Constructors

  • Creates an instance of Cell.

    Parameters

    • outPoint: ccc.OutPoint

      The output point of the cell.

    • cellOutput: ccc.CellOutput

      The cell output of the cell.

    • outputData: `0x${string}`

      The output data of the cell.

    Returns Cell

Properties

outPoint: ccc.OutPoint

The output point of the cell.

cellOutput: ccc.CellOutput

The cell output of the cell.

outputData: `0x${string}`

The output data of the cell.

Methods

  • Creates a Cell instance from a CellLike object.

    Parameters

    • cell: CellLike

      A CellLike object or an instance of Cell.

    Returns Cell

    A Cell instance.