public class SearchKeyBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SearchKeyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SearchKey |
build() |
SearchKeyBuilder |
filterBlockRange(int inclusive,
int exclusive) |
SearchKeyBuilder |
filterOutputCapacityRange(long inclusive,
long exclusive) |
SearchKeyBuilder |
filterOutputDataLenRange(int inclusive,
int exclusive) |
SearchKeyBuilder |
filterScript(org.nervos.ckb.type.Script script) |
SearchKeyBuilder |
filterScriptLen(int inclusive,
int exclusive) |
SearchKeyBuilder |
script(org.nervos.ckb.type.Script script) |
SearchKeyBuilder |
scriptSearchMode(ScriptSearchMode scriptSearchMode) |
SearchKeyBuilder |
scriptType(org.nervos.ckb.type.ScriptType scriptType) |
SearchKeyBuilder |
withData(java.lang.Boolean withData) |
public SearchKeyBuilder script(org.nervos.ckb.type.Script script)
public SearchKeyBuilder scriptType(org.nervos.ckb.type.ScriptType scriptType)
public SearchKeyBuilder filterScript(org.nervos.ckb.type.Script script)
public SearchKeyBuilder filterOutputDataLenRange(int inclusive, int exclusive)
public SearchKeyBuilder filterOutputCapacityRange(long inclusive, long exclusive)
public SearchKeyBuilder filterBlockRange(int inclusive, int exclusive)
public SearchKeyBuilder filterScriptLen(int inclusive, int exclusive)
public SearchKeyBuilder scriptSearchMode(ScriptSearchMode scriptSearchMode)
public SearchKeyBuilder withData(java.lang.Boolean withData)
public SearchKey build()