Class AccountKeyNil

  • All Implemented Interfaces:
    AccountKey

    @Deprecated
    public class AccountKeyNil
    extends java.lang.Object
    implements AccountKey
    Deprecated.
    Please use AccountKeyNil instead.
    • Field Detail

      • RLP

        public static byte[] RLP
        Deprecated.
    • Constructor Detail

      • AccountKeyNil

        protected AccountKeyNil()
        Deprecated.
    • Method Detail

      • decodeFromRlp

        public static AccountKeyNil decodeFromRlp​(byte[] rawTransaction)
        Deprecated.
      • decodeFromRlp

        public static AccountKeyNil decodeFromRlp​(java.lang.String hexString)
        Deprecated.
      • toRlp

        public byte[] toRlp()
        Deprecated.
        Specified by:
        toRlp in interface AccountKey
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object