Class TopicTools

java.lang.Object
org.fisco.bcos.sdk.abi.tools.TopicTools

public class TopicTools
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String LATEST  
    static int MAX_NUM_TOPIC_EVENT_LOG  
  • Constructor Summary

    Constructors 
    Constructor Description
    TopicTools​(CryptoSuite cryptoSuite)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String addressToTopic​(java.lang.String s)  
    java.lang.String boolToTopic​(boolean b)  
    java.lang.String byteNToTopic​(byte[] b)  
    java.lang.String bytesToTopic​(byte[] b)  
    java.lang.String integerToTopic​(java.math.BigInteger i)  
    java.lang.String stringToTopic​(java.lang.String s)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait