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 |
newIdentityItemByCkb(byte[] pubKeyHash) |
static Item |
newIdentityItemByCkb(java.lang.String pubKeyHash) |
static Item |
newIdentityItemBySecp256k1Blake160SignhashAllAddress(java.lang.String address) |
static Item |
newOutPointItem(byte[] txHash,
int index) |
static Item |
newOutPointItem(org.nervos.ckb.type.OutPoint outPoint) |
public static Item newAddressItem(java.lang.String address)
public static Item newIdentityItemByCkb(byte[] pubKeyHash)
public static Item newIdentityItemByCkb(java.lang.String pubKeyHash)
public static Item newIdentityItemBySecp256k1Blake160SignhashAllAddress(java.lang.String address)
public static Item newOutPointItem(byte[] txHash, int index)
public static Item newOutPointItem(org.nervos.ckb.type.OutPoint outPoint)