Packages

object Ether

Source
Ether.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ether
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(value: BigDecimal): Ether
    Annotations
    @inline()
  5. def apply(value: Double): Ether
    Annotations
    @inline()
  6. def apply(value: Int): Ether
    Annotations
    @inline()
  7. def apply(value: BigInt): Ether
    Annotations
    @inline()
  8. def apply(value: String): Ether

    value

    unit is wei

    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def e(howManyZeros: Int): BigInt

    returns

    a BigInt containing 1 with the given number of zeros after it, e.g.

    e(3) == BigInt(1000)
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromEther(value: BigInt): Ether
    Annotations
    @inline()
  16. def fromEther(value: Int): Ether
    Annotations
    @inline()
  17. def fromEther(value: BigDecimal): Ether
    Annotations
    @inline()
  18. def fromEther(value: Double): Ether
    Annotations
    @inline()
  19. def fromEther(value: String): Ether
    Annotations
    @inline()
  20. def fromFinney(value: BigInt): Ether
    Annotations
    @inline()
  21. def fromFinney(value: Int): Ether
    Annotations
    @inline()
  22. def fromFinney(value: BigDecimal): Ether
    Annotations
    @inline()
  23. def fromFinney(value: Double): Ether
    Annotations
    @inline()
  24. def fromFinney(value: String): Ether
    Annotations
    @inline()
  25. def fromGEther(value: BigInt): Ether
    Annotations
    @inline()
  26. def fromGEther(value: Int): Ether
    Annotations
    @inline()
  27. def fromGEther(value: BigDecimal): Ether
    Annotations
    @inline()
  28. def fromGEther(value: Double): Ether
    Annotations
    @inline()
  29. def fromGEther(value: String): Ether
    Annotations
    @inline()
  30. def fromGWei(value: BigInt): Ether
    Annotations
    @inline()
  31. def fromGWei(value: Int): Ether
    Annotations
    @inline()
  32. def fromGWei(value: BigDecimal): Ether
    Annotations
    @inline()
  33. def fromGWei(value: Double): Ether
    Annotations
    @inline()
  34. def fromGWei(value: String): Ether
    Annotations
    @inline()
  35. def fromKEther(value: BigInt): Ether
    Annotations
    @inline()
  36. def fromKEther(value: Int): Ether
    Annotations
    @inline()
  37. def fromKEther(value: BigDecimal): Ether
    Annotations
    @inline()
  38. def fromKEther(value: Double): Ether
    Annotations
    @inline()
  39. def fromKEther(value: String): Ether
    Annotations
    @inline()
  40. def fromKWei(value: BigInt): Ether
    Annotations
    @inline()
  41. def fromKWei(value: Int): Ether
    Annotations
    @inline()
  42. def fromKWei(value: BigDecimal): Ether
    Annotations
    @inline()
  43. def fromKWei(value: Double): Ether
    Annotations
    @inline()
  44. def fromKWei(value: String): Ether
    Annotations
    @inline()
  45. def fromMEther(value: BigInt): Ether
    Annotations
    @inline()
  46. def fromMEther(value: Int): Ether
    Annotations
    @inline()
  47. def fromMEther(value: BigDecimal): Ether
    Annotations
    @inline()
  48. def fromMEther(value: Double): Ether
    Annotations
    @inline()
  49. def fromMEther(value: String): Ether
    Annotations
    @inline()
  50. def fromMWei(value: BigInt): Ether
    Annotations
    @inline()
  51. def fromMWei(value: Int): Ether
    Annotations
    @inline()
  52. def fromMWei(value: BigDecimal): Ether
    Annotations
    @inline()
  53. def fromMWei(value: Double): Ether
    Annotations
    @inline()
  54. def fromMWei(value: String): Ether
    Annotations
    @inline()
  55. def fromSzabo(value: BigInt): Ether
    Annotations
    @inline()
  56. def fromSzabo(value: Int): Ether
    Annotations
    @inline()
  57. def fromSzabo(value: BigDecimal): Ether
    Annotations
    @inline()
  58. def fromSzabo(value: Double): Ether
    Annotations
    @inline()
  59. def fromSzabo(value: String): Ether
    Annotations
    @inline()
  60. def fromWei(value: BigInt): Ether
    Annotations
    @inline()
  61. def fromWei(value: Int): Ether
    Annotations
    @inline()
  62. def fromWei(value: BigDecimal): Ether
    Annotations
    @inline()
  63. def fromWei(value: Double): Ether
    Annotations
    @inline()
  64. def fromWei(value: String): Ether
    Annotations
    @inline()
  65. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  66. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  76. lazy val zero: Ether
  77. def zeros(howMany: Int): String

    returns

    a String containing the specified number of zeros, e.g.

    zeros(3) == "000"
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped