public class SearchKey
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchKey.Filter |
| Modifier and Type | Field and Description |
|---|---|
SearchKey.Filter |
filter |
org.nervos.ckb.type.Script |
script |
java.lang.String |
scriptType |
| Constructor and Description |
|---|
SearchKey(org.nervos.ckb.type.Script script) |
SearchKey(org.nervos.ckb.type.Script script,
java.lang.String scriptType) |
SearchKey(org.nervos.ckb.type.Script script,
java.lang.String scriptType,
SearchKey.Filter filter) |
public org.nervos.ckb.type.Script script
@SerializedName(value="script_type") public java.lang.String scriptType
public SearchKey.Filter filter
public SearchKey(org.nervos.ckb.type.Script script,
java.lang.String scriptType,
SearchKey.Filter filter)
public SearchKey(org.nervos.ckb.type.Script script,
java.lang.String scriptType)
public SearchKey(org.nervos.ckb.type.Script script)