| 限定符和类型 | 方法和说明 |
|---|---|
static Item |
newAddressItem(java.lang.String address) |
static Item |
newIdentityItemByAddress(java.lang.String address) |
static Item |
newIdentityItemByCkb(java.lang.String pubKey) |
static Item |
newRecordItemByAddress(org.nervos.ckb.type.OutPoint point,
java.lang.String address)
This method is used for tests and examples, if you need to use record, please use the record
returned by mercury
|
static Item |
newRecordItemByScript(org.nervos.ckb.type.OutPoint point,
org.nervos.ckb.type.Script script)
This method is used for tests and examples, if you need to use record, please use the record
returned by mercury
|
static Item newAddressItem(java.lang.String address)
static Item newIdentityItemByCkb(java.lang.String pubKey)
static Item newIdentityItemByAddress(java.lang.String address)
static Item newRecordItemByScript(org.nervos.ckb.type.OutPoint point, org.nervos.ckb.type.Script script)
point - script - static Item newRecordItemByAddress(org.nervos.ckb.type.OutPoint point, java.lang.String address)
point - address -