Packages

object Currency extends TomlParsers with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Currency
  2. Serializable
  3. TomlParsers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Collateral(address: String, message: String, proof: String) extends Product with Serializable

    address

    The public address that holds the anchored asset.

    message

    A specially formatted message asserting the terms of the collateralisation.

    proof

    The given message signed with the private key of the given address.

  2. sealed trait Status extends AnyRef

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 array[T](inner: PartialFunction[Value, T]): PartialFunction[Value, List[T]]
    Definition Classes
    TomlParsers
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bool: PartialFunction[Value, Boolean]
    Definition Classes
    TomlParsers
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val int: PartialFunction[Value, Int]
    Definition Classes
    TomlParsers
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val long: PartialFunction[Value, Long]
    Definition Classes
    TomlParsers
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def parse(tbl: Tbl): Currency
  19. def parseTomlValue[T](tbl: Tbl, key: String, parser: PartialFunction[Value, T]): Option[T]
    Definition Classes
    TomlParsers
  20. val publicKey: PartialFunction[Value, PublicKey]
    Definition Classes
    TomlParsers
  21. val string: PartialFunction[Value, String]
    Definition Classes
    TomlParsers
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. val url: PartialFunction[Value, HttpUrl]
    Definition Classes
    TomlParsers
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. case object Dead extends Status with Product with Serializable
  29. case object Live extends Status with Product with Serializable
  30. case object Private extends Status with Product with Serializable
  31. object Status
  32. case object Test extends Status with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from TomlParsers

Inherited from AnyRef

Inherited from Any

Ungrouped