sealed abstract class MicroBitcoins extends LnCurrencyUnit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MicroBitcoins
  2. LnCurrencyUnit
  3. BasicArithmetic
  4. Ordered
  5. Comparable
  6. NetworkElement
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def underlying: BigInt
    Attributes
    protected
    Definition Classes
    LnCurrencyUnit

Concrete Value Members

  1. def !=(ln: LnCurrencyUnit): Boolean
    Definition Classes
    LnCurrencyUnit
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. def *(ln: LnCurrencyUnit): LnCurrencyUnit
    Definition Classes
    LnCurrencyUnitBasicArithmetic
  5. def *(factor: BigInt): LnCurrencyUnit
    Definition Classes
    LnCurrencyUnitBasicArithmetic
  6. def +(ln: LnCurrencyUnit): LnCurrencyUnit
    Definition Classes
    LnCurrencyUnitBasicArithmetic
  7. def -(ln: LnCurrencyUnit): LnCurrencyUnit
    Definition Classes
    LnCurrencyUnitBasicArithmetic
  8. def <(that: LnCurrencyUnit): Boolean
    Definition Classes
    Ordered
  9. def <=(that: LnCurrencyUnit): Boolean
    Definition Classes
    Ordered
  10. def ==(ln: LnCurrencyUnit): Boolean
    Definition Classes
    LnCurrencyUnit
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def >(that: LnCurrencyUnit): Boolean
    Definition Classes
    Ordered
  13. def >=(that: LnCurrencyUnit): Boolean
    Definition Classes
    Ordered
  14. def addSafe(n: LnCurrencyUnit): Try[LnCurrencyUnit]

    Some classes have restrictions on upper bounds for it's underlying value.

    Some classes have restrictions on upper bounds for it's underlying value. This might cause the + operator to throw. This method wraps it in a Try block.

    Definition Classes
    BasicArithmetic
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def byteSize: Long

    The size of the NetworkElement in bytes.

    The size of the NetworkElement in bytes.

    Definition Classes
    NetworkElement
  17. def bytes: ByteVector

    The byte representation of the NetworkElement

    The byte representation of the NetworkElement

    Definition Classes
    LnCurrencyUnitNetworkElement
  18. def bytesLE: ByteVector

    The byte representation of the NetworkElement in little endian

    The byte representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  19. def character: Char
    Definition Classes
    MicroBitcoinsLnCurrencyUnit
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. def compare(ln: LnCurrencyUnit): Int
    Definition Classes
    LnCurrencyUnit → Ordered
  22. def compareTo(that: LnCurrencyUnit): Int
    Definition Classes
    Ordered → Comparable
  23. def encodedBytes: ByteVector
    Definition Classes
    LnCurrencyUnit
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(obj: Any): Boolean
    Definition Classes
    LnCurrencyUnit → AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hex: String

    The hexadecimal representation of the NetworkElement

    The hexadecimal representation of the NetworkElement

    Definition Classes
    NetworkElement
  30. def hexLE: String

    The hexadecimal representation of the NetworkElement in little endian

    The hexadecimal representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def multiplySafe(factor: LnCurrencyUnit): Try[LnCurrencyUnit]

    Some classes have restrictions on upper bounds for it's underlying value.

    Some classes have restrictions on upper bounds for it's underlying value. This might cause the * operator to throw. This method wraps it in a Try block.

    Definition Classes
    BasicArithmetic
  33. def multiplySafe(factor: BigInt): Try[LnCurrencyUnit]

    Some classes have restrictions on upper bounds for it's underlying value.

    Some classes have restrictions on upper bounds for it's underlying value. This might cause the * operator to throw. This method wraps it in a Try block.

    Definition Classes
    BasicArithmetic
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def subtractSafe(n: LnCurrencyUnit): Try[LnCurrencyUnit]

    Some classes have restrictions on lower bounds for it's underlying value.

    Some classes have restrictions on lower bounds for it's underlying value. This might cause the - operator to throw. This method wraps it in a Try block.

    Definition Classes
    BasicArithmetic
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toBigInt: BigInt
    Definition Classes
    MicroBitcoinsLnCurrencyUnit
  40. def toEncodedString: String

    This returns the string encoding defined in BOLT11 For instance, 100 PicoBitcoins would appear as "100p"

    This returns the string encoding defined in BOLT11 For instance, 100 PicoBitcoins would appear as "100p"

    Definition Classes
    LnCurrencyUnit
  41. def toInt: Int
    Definition Classes
    LnCurrencyUnit
  42. def toLong: Long
    Definition Classes
    LnCurrencyUnit
  43. def toMSat: MilliSatoshis
    Definition Classes
    LnCurrencyUnit
  44. def toPicoBitcoinDecimal: BigDecimal
    Definition Classes
    LnCurrencyUnit
  45. def toPicoBitcoinMultiplier: Int
    Definition Classes
    MicroBitcoinsLnCurrencyUnit
  46. def toPicoBitcoinValue: BigInt
    Definition Classes
    LnCurrencyUnit
  47. def toPicoBitcoins: PicoBitcoins
    Definition Classes
    LnCurrencyUnit
  48. def toSatoshis: Satoshis
    Definition Classes
    LnCurrencyUnit
  49. def toString(): String
    Definition Classes
    LnCurrencyUnit → AnyRef → Any
  50. def toUInt5s: Vector[UInt5]
    Definition Classes
    LnCurrencyUnit
  51. def unary_-: LnCurrencyUnit
    Definition Classes
    LnCurrencyUnit
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LnCurrencyUnit

Inherited from Ordered[LnCurrencyUnit]

Inherited from Comparable[LnCurrencyUnit]

Inherited from NetworkElement

Inherited from AnyRef

Inherited from Any

Ungrouped