public class SearchKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Filter |
filter |
boolean |
groupByTransaction |
org.nervos.ckb.type.Script |
script |
ScriptSearchMode |
scriptSearchMode
Script search mode, optional default is prefix, means search script with prefix
|
org.nervos.ckb.type.ScriptType |
scriptType |
java.lang.Boolean |
withData
bool, optional default is true, if with_data is set to false, the field of returning cell.output_data is null in the result
|
| Constructor and Description |
|---|
SearchKey() |
public org.nervos.ckb.type.Script script
public org.nervos.ckb.type.ScriptType scriptType
public ScriptSearchMode scriptSearchMode
public Filter filter
public java.lang.Boolean withData
public boolean groupByTransaction