Class Wei

  • Direct Known Subclasses:
    Supply

    public class Wei
    extends java.lang.Object
    ! NO DESCRIPTION !
    Since:
    30.10.2018
    • Constructor Summary

      Constructors 
      Constructor Description
      Wei​(java.math.BigInteger value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger asEther()  
      java.math.BigInteger asGwei()  
      java.math.BigInteger asKwei()  
      java.math.BigInteger asMwei()  
      boolean equals​(java.lang.Object o)  
      java.math.BigInteger getValue()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Wei

        public Wei​(java.math.BigInteger value)
    • Method Detail

      • getValue

        public java.math.BigInteger getValue()
      • asKwei

        public java.math.BigInteger asKwei()
      • asMwei

        public java.math.BigInteger asMwei()
      • asGwei

        public java.math.BigInteger asGwei()
      • asEther

        public java.math.BigInteger asEther()
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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