Package org.nervos.ckb.indexer
Class SearchKey
java.lang.Object
org.nervos.ckb.indexer.SearchKey
public class SearchKey
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description org.nervos.ckb.type.Scriptscriptjava.lang.StringscriptType -
Constructor Summary
-
Method Summary
-
Field Details
-
script
public org.nervos.ckb.type.Script script -
scriptType
@SerializedName("script_type") public java.lang.String scriptType
-
-
Constructor Details