public class CellsWithAddress
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address |
java.util.List<org.nervos.ckb.type.cell.CellInput> |
inputs |
| Constructor and Description |
|---|
CellsWithAddress(java.util.List<org.nervos.ckb.type.cell.CellInput> inputs,
java.lang.String address) |