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