Class TransactionDecoder


  • public class TransactionDecoder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AbstractTransaction decode​(java.lang.String rlpEncoded)
      Decodes a RLP-encoded transaction and returns it with matching type of transaction
      • Methods inherited from class java.lang.Object

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

      • TransactionDecoder

        public TransactionDecoder()
    • Method Detail

      • decode

        public static AbstractTransaction decode​(java.lang.String rlpEncoded)
        Decodes a RLP-encoded transaction and returns it with matching type of transaction
        Parameters:
        rlpEncoded - RLP-encoded transaction
        Returns:
        AbstractTransaction