Class AccountKeyNilWrapper


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

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

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

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

      • AccountKeyNilWrapper

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

      • decode

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

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

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