object Currency extends TomlParsers with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Currency
- Serializable
- TomlParsers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- sealed trait Status extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def array[T](inner: PartialFunction[Value, T]): PartialFunction[Value, List[T]]
- Definition Classes
- TomlParsers
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bool: PartialFunction[Value, Boolean]
- Definition Classes
- TomlParsers
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val int: PartialFunction[Value, Int]
- Definition Classes
- TomlParsers
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val long: PartialFunction[Value, Long]
- Definition Classes
- TomlParsers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parse(tbl: Tbl): Currency
- def parseTomlValue[T](tbl: Tbl, key: String, parser: PartialFunction[Value, T]): Option[T]
- Definition Classes
- TomlParsers
- val publicKey: PartialFunction[Value, PublicKey]
- Definition Classes
- TomlParsers
- val string: PartialFunction[Value, String]
- Definition Classes
- TomlParsers
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val url: PartialFunction[Value, HttpUrl]
- Definition Classes
- TomlParsers
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Dead extends Status with Product with Serializable
- case object Live extends Status with Product with Serializable
- case object Private extends Status with Product with Serializable
- object Status
- case object Test extends Status with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated