public class ItemFactory
extends java.lang.Object
| Constructor and Description |
|---|
ItemFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Item |
newAddressItem(java.lang.String address) |
static Item |
newIdentityItemByAddress(java.lang.String address) |
static Item |
newIdentityItemByCkb(java.lang.String pubKey) |
static Item |
newOutPointItem(org.nervos.ckb.type.OutPoint outPoint) |
static Item |
newOutPointItem(java.lang.String txHash,
java.lang.String index) |
public static Item newAddressItem(java.lang.String address)
public static Item newIdentityItemByCkb(java.lang.String pubKey)
public static Item newIdentityItemByAddress(java.lang.String address)
public static Item newOutPointItem(java.lang.String txHash, java.lang.String index)
public static Item newOutPointItem(org.nervos.ckb.type.OutPoint outPoint)