public class CellDep
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CellDep.DepType |
| Modifier and Type | Field and Description |
|---|---|
CellDep.DepType |
depType |
OutPoint |
outPoint |
| Constructor and Description |
|---|
CellDep() |
CellDep(byte[] txHash,
int index,
CellDep.DepType depType) |
CellDep(OutPoint outPoint) |
CellDep(OutPoint outPoint,
CellDep.DepType depType) |
CellDep(java.lang.String txHash,
int index,
CellDep.DepType depType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
org.nervos.ckb.type.concrete.CellDep |
pack() |
public OutPoint outPoint
public CellDep.DepType depType
public CellDep()
public CellDep(java.lang.String txHash,
int index,
CellDep.DepType depType)
public CellDep(byte[] txHash,
int index,
CellDep.DepType depType)
public CellDep(OutPoint outPoint, CellDep.DepType depType)
public CellDep(OutPoint outPoint)