Class TransactionHandler


  • public class TransactionHandler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionHandler​(java.lang.String uri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger estimateStep​(foundation.icon.icx.Transaction transaction)  
      foundation.icon.icx.data.TransactionResult getResult​(foundation.icon.icx.data.Bytes txHash)  
      foundation.icon.icx.data.Bytes sendTransaction​(foundation.icon.icx.SignedTransaction signedTransaction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransactionHandler

        public TransactionHandler​(java.lang.String uri)
    • Method Detail

      • estimateStep

        public java.math.BigInteger estimateStep​(foundation.icon.icx.Transaction transaction)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • sendTransaction

        public foundation.icon.icx.data.Bytes sendTransaction​(foundation.icon.icx.SignedTransaction signedTransaction)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException