class Wei : BaseUInt256Value<Wei!>
(source)
A unit measure of Wei as used by the Ethereum VM.
fromEth |
Return a static fun fromEth(ethValue: Long): Wei! |
valueOf |
Return a static fun valueOf(value: UInt256!): Wei! static fun valueOf(value: Long): Wei! static fun valueOf(value: BigInteger!): Wei! |