Packages

final class Exchanger extends Client

Linear Supertypes
Client, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Exchanger
  2. Client
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Exchanger(exchanger: v2.jsonrpc.Exchanger)

Value Members

  1. def close(): Unit
    Definition Classes
    ExchangerClient → AutoCloseable
  2. val eth: ExchangerEth.type
    Definition Classes
    ExchangerClient
  3. def extractBigInt(success: Success): BigInt
  4. def responseHandler[T](onSuccess: (Success) ⇒ T): (Response) ⇒ T
  5. def toString(): String
    Definition Classes
    Exchanger → AnyRef → Any
  6. object ExchangerEth extends eth