Class Wei
java.lang.Object
io.goodforgod.api.etherscan.model.Wei
- All Implemented Interfaces:
Comparable<Wei>
- Since:
- 30.10.2018
-
Method Summary
Modifier and TypeMethodDescriptionasEther()asGwei()asKwei()asMwei()asWei()intbooleaninthashCode()static WeiofEther(int value) static WeiofEther(long value) static WeiofEther(BigDecimal value) static WeiofEther(BigInteger value) static WeiofGwei(int value) static WeiofGwei(long value) static WeiofGwei(BigDecimal value) static WeiofGwei(BigInteger value) static WeiofKwei(int value) static WeiofKwei(long value) static WeiofKwei(BigDecimal value) static WeiofKwei(BigInteger value) static WeiofMwei(int value) static WeiofMwei(long value) static WeiofMwei(BigDecimal value) static WeiofMwei(BigInteger value) static WeiofWei(int value) static WeiofWei(long value) static WeiofWei(BigInteger value) toString()
-
Method Details
-
ofWei
-
ofWei
-
ofWei
-
ofKwei
-
ofKwei
-
ofKwei
-
ofKwei
-
ofMwei
-
ofMwei
-
ofMwei
-
ofMwei
-
ofGwei
-
ofGwei
-
ofGwei
-
ofGwei
-
ofEther
-
ofEther
-
ofEther
-
ofEther
-
asWei
-
asKwei
-
asMwei
-
asGwei
-
asEther
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Wei>
-
toString
-