类 CkbIndexerCells.Cell

java.lang.Object
org.nervos.ckb.indexer.CkbIndexerCells.Cell
封闭类:
CkbIndexerCells

public static class CkbIndexerCells.Cell
extends java.lang.Object
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.String blockNumber  
    org.nervos.ckb.type.OutPoint outPoint  
    org.nervos.ckb.type.cell.CellOutput output  
    java.lang.String outputData  
    java.lang.String txIndex  
  • 构造器概要

    构造器 
    构造器 说明
    Cell()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • blockNumber

      @SerializedName("block_number") public java.lang.String blockNumber
    • outPoint

      @SerializedName("out_point") public org.nervos.ckb.type.OutPoint outPoint
    • output

      public org.nervos.ckb.type.cell.CellOutput output
    • outputData

      @SerializedName("output_data") public java.lang.String outputData
    • txIndex

      @SerializedName("tx_index") public java.lang.String txIndex
  • 构造器详细资料

    • Cell

      public Cell()