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) 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. type Override = jsonrpc.Invoker.Override

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

    Permalink
  9. trait Sender extends AnyRef

    Permalink
  10. class StubException extends EthereumException

    Permalink
  11. type TransactionApprover = (Signed) ⇒ Future[Unit]

    Permalink
  12. trait TransactionInfo extends AnyRef

    Permalink
  13. type TransactionLogEntry = jsonrpc.Invoker.TransactionLogEntry

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

    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. val Override: jsonrpc.Invoker.Override.type

    Permalink
  13. val PredefinedBytesTypeRegex: Regex

    Permalink
  14. object ScalaParameterHelper extends Serializable

    Permalink
  15. object Sender

    Permalink
  16. val StringHelper: ScalaParameterHelper

    Permalink
  17. object Test

    Permalink
  18. object TransactionInfo

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

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

    Permalink
  21. object Utilities

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

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

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

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

    Permalink
  26. object sol

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped