Packages

object Client

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

Type Members

  1. final class BlockFilter extends Filter
  2. sealed abstract class BlockNumber extends AnyRef
  3. sealed trait Filter extends AnyRef
  4. sealed trait Log extends AnyRef
  5. case class TransactionReceipt(transactionHash: EthHash, transactionIndex: Unsigned256, blockHash: EthHash, blockNumber: Unsigned256, from: Option[EthAddress], to: Option[EthAddress], cumulativeGasUsed: Unsigned256, gasUsed: Unsigned256, contractAddress: Option[EthAddress], logs: Seq[EthLogEntry], root: Option[EthHash], status: Option[Unsigned256]) extends Product with Serializable
  6. trait eth extends AnyRef

Value Members

  1. val EmptyParams: Seq[JsValue]
  2. def apply(url: URL)(implicit efactory: Factory = Exchanger.Factory.Default): Client
  3. def forExchanger(exchanger: Exchanger): Client
  4. implicit lazy val logger: MLogger
  5. object BlockNumber
  6. object Filter
  7. object Implementation
  8. object Log