Package

com.mchange.sc.v1.consuela.ethereum

stub

Permalink

package stub

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

Type Members

  1. type BlockNumber = jsonrpc.Client.BlockNumber

    Permalink
  2. type ComputedGas = jsonrpc.Invoker.ComputedGas

    Permalink
  3. case class Context(icontext: jsonrpc.Invoker.Context, eventConfirmations: Int, scheduler: Scheduler, onTransactionSubmitted: (Try[EthHash]) ⇒ Unit) extends Product with Serializable

    Permalink
  4. trait Event extends AnyRef

    Permalink
  5. type Markup = jsonrpc.Invoker.Markup

    Permalink
  6. type MarkupOrOverride = jsonrpc.Invoker.MarkupOrOverride

    Permalink
  7. trait Nonce extends AnyRef

    Permalink
  8. type Override = jsonrpc.Invoker.Override

    Permalink
  9. trait Payment extends AnyRef

    Permalink
  10. final case class ScalaParameterHelper(scalaTypeName: String, inConversionGen: (String) ⇒ String, outConversionGen: (String) ⇒ String) extends Product with Serializable

    Permalink
  11. trait Sender extends AnyRef

    Permalink
  12. class StubException extends EthereumException

    Permalink
  13. type TransactionApprover = (Inputs) ⇒ Future[Unit]

    Permalink
  14. case class TransactionInfo(transactionHash: EthHash, details: Details) extends Base with Product with Serializable

    Permalink
  15. type TransactionLogEntry = jsonrpc.Invoker.TransactionLogEntry

    Permalink
  16. type TransactionLogger = (jsonrpc.Invoker.TransactionLogEntry, ExecutionContext) ⇒ Future[Unit]

    Permalink
  17. class UnexpectedEventException extends StubException

    Permalink

Value Members

  1. val AbiEventOrdering: Ordering[jsonrpc.Abi.Event]

    Permalink
  2. val ArrayTypeRegex: Regex

    Permalink
  3. val BlockNumber: jsonrpc.Client.BlockNumber.type

    Permalink
  4. val ComputedGas: jsonrpc.Invoker.ComputedGas.type

    Permalink
  5. object Context extends Serializable

    Permalink
  6. object Event

    Permalink
  7. val FullTypenameMappings: Map[String, ScalaParameterHelper]

    Permalink
  8. object Generator

    Permalink
  9. val IntegralTypeRegex: Regex

    Permalink
  10. val Markup: jsonrpc.Invoker.Markup.type

    Permalink
  11. val MarkupOrOverride: jsonrpc.Invoker.MarkupOrOverride.type

    Permalink
  12. object Nonce

    Permalink
  13. val Override: jsonrpc.Invoker.Override.type

    Permalink
  14. object Payment

    Permalink
  15. val PredefinedBytesTypeRegex: Regex

    Permalink
  16. object ScalaParameterHelper extends Serializable

    Permalink
  17. object Sender

    Permalink
  18. val StringHelper: ScalaParameterHelper

    Permalink
  19. object Test

    Permalink
  20. object TransactionInfo extends Serializable

    Permalink
  21. val TransactionLogEntry: jsonrpc.Invoker.TransactionLogEntry.type

    Permalink
  22. val TransactionLogger: jsonrpc.Invoker.TransactionLogger.type

    Permalink
  23. object Utilities

    Permalink
  24. def mbArrayType(solidityTypeName: String): Option[ScalaParameterHelper]

    Permalink
  25. def mbIntegralType(solidityTypeName: String): Option[ScalaParameterHelper]

    Permalink
  26. def mbPredefinedBytesType(solidityTypeName: String): Option[ScalaParameterHelper]

    Permalink
  27. def scalaParameterHelperForSolidityType(solidityTypeName: String): Option[ScalaParameterHelper]

    Permalink
  28. object sol

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped