public class TxsWithCells.TxWithCells
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
blockNumber |
java.util.List<TxsWithCells.Cell> |
cells |
org.nervos.ckb.type.Transaction |
transaction |
int |
txIndex |
| Constructor and Description |
|---|
TxWithCells() |
public org.nervos.ckb.type.Transaction transaction
public int blockNumber
public int txIndex
public java.util.List<TxsWithCells.Cell> cells