public static class CkbIndexerCells.Cell
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
Cell() |
@SerializedName(value="block_number") public java.lang.String blockNumber
@SerializedName(value="out_point") public org.nervos.ckb.type.OutPoint outPoint
public org.nervos.ckb.type.cell.CellOutput output
@SerializedName(value="output_data") public java.lang.String outputData
@SerializedName(value="tx_index") public java.lang.String txIndex