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.Script script  
    java.lang.String scriptType  
  • Constructor Summary

    Constructors 
    Constructor Description
    SearchKey​(org.nervos.ckb.type.Script script)  
    SearchKey​(org.nervos.ckb.type.Script script, java.lang.String scriptType)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • script

      public org.nervos.ckb.type.Script script
    • scriptType

      @SerializedName("script_type") public java.lang.String scriptType
  • Constructor Details

    • SearchKey

      public SearchKey​(org.nervos.ckb.type.Script script, java.lang.String scriptType)
    • SearchKey

      public SearchKey​(org.nervos.ckb.type.Script script)