Class AccountKeyLegacyWrapper


  • public class AccountKeyLegacyWrapper
    extends java.lang.Object
    Representing an AccountKeyLegacyWrapper which wraps all of static methods of AccountKeyLegacy
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountKeyLegacyWrapper()
      Creates an AccountKeyLegacyWrapper instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AccountKeyLegacy decode​(byte[] rlpEncodedKey)
      Decodes a RLP-encoded AccountKeyLegacy byte array
      AccountKeyLegacy decode​(java.lang.String rlpEncodedKey)
      Decodes a RLP-encoded AccountKeyLegacy string
      java.lang.String getType()
      Returns an AccountKeyLegacy's type attribute
      • Methods inherited from class java.lang.Object

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

      • AccountKeyLegacyWrapper

        public AccountKeyLegacyWrapper()
        Creates an AccountKeyLegacyWrapper instance.
    • Method Detail

      • decode

        public AccountKeyLegacy decode​(java.lang.String rlpEncodedKey)
        Decodes a RLP-encoded AccountKeyLegacy string
        Parameters:
        rlpEncodedKey - A RLP-encoded AccountKeyLegacy string
        Returns:
        AccountKeyLegacy
      • decode

        public AccountKeyLegacy decode​(byte[] rlpEncodedKey)
        Decodes a RLP-encoded AccountKeyLegacy byte array
        Parameters:
        rlpEncodedKey - RLP-encoded AccountKeyLegacy byte array
        Returns:
        AccountKeyLegacy
      • getType

        public java.lang.String getType()
        Returns an AccountKeyLegacy's type attribute
        Returns:
        AccountKeyLegacy's type attribute