类 EventFilter

java.lang.Object
org.starcoin.bean.EventFilter

public class EventFilter extends Object
  • 构造器详细资料

    • EventFilter

      public EventFilter(long fromBlock, String address)
    • EventFilter

      public EventFilter(List<String> accountAddress)
  • 方法详细资料

    • getFromBlock

      public long getFromBlock()
    • getEventKeys

      public List<String> getEventKeys()
    • isDecode

      public boolean isDecode()