com.mchange.sc.v1.consuela.ethereum

jsonrpc20

package jsonrpc20

Linear Supertypes
Base[Error], RightBias[Error], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jsonrpc20
  2. Base
  3. RightBias
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Client extends AutoCloseable

  2. case class ClientTransactionReceipt(transactionHash: EthHash, transactionIndex: Unsigned256, blockHash: EthHash, blockNumber: Unsigned256, cumulativeGasUsed: Unsigned256, gasUsed: Unsigned256, contractAddress: Option[EthAddress], logs: Seq[EthLogEntry]) extends Product with Serializable

  3. final class Exception extends EthereumException

  4. trait Exchanger extends AutoCloseable

  5. trait MaybeEmpty extends AnyRef

  6. class OptionFormat[T] extends Format[Option[T]]

  7. type Response = Either[Error, Success]

Value Members

  1. object Abi

  2. implicit val AbiConstructorFormat: OFormat[Constructor]

  3. implicit val AbiConstructorParameterFormat: OFormat[Parameter]

  4. implicit val AbiDefinitionFormat: Format[Definition]

  5. implicit val AbiEventFormat: OFormat[Event]

  6. implicit val AbiEventParameterFormat: OFormat[Parameter]

  7. implicit val AbiFunctionFormat: OFormat[Function]

  8. implicit val AbiFunctionParameterFormat: OFormat[Parameter]

  9. object Client

  10. implicit val ClientTransactionReceiptFormat: OFormat[ClientTransactionReceipt]

  11. object Compilation

  12. implicit val CompilationContractFormat: OFormat[Contract]

  13. implicit val CompilationInfoFormat: OFormat[Info]

  14. implicit val DeveloperDocFormat: OFormat[Developer]

  15. implicit val DeveloperMethodInfoFormat: OFormat[MethodInfo]

  16. object Doc

  17. val EmptyTokenDefinition: Generic[L]

    Definition Classes
    RightBias
  18. implicit val ErrorReportFormat: OFormat[Report]

  19. implicit val ErrorResponseFormat: OFormat[Error]

  20. implicit val EthAddressFormat: Format[EthAddress]

  21. implicit val EthHashFormat: Format[EthHash]

  22. implicit val EthLogEntryFormat: Format[EthLogEntry]

  23. object Exchanger

  24. implicit val MapStringCompilationContractFormat: Format[Map[String, Contract]]

  25. object Response

  26. implicit val ResponseFormat: Format[Response]

  27. implicit val SuccessResponseFormat: OFormat[Success]

  28. implicit val Unsigned256Format: Format[Unsigned256]

  29. implicit val UserDocFormat: OFormat[User]

  30. implicit val UserMethodInfoFormat: OFormat[MethodInfo]

  31. implicit def toOptionFormat[T](implicit arg0: Format[T]): OptionFormat[T]

  32. implicit def toRightBiasEtherOps[R](target: Either[L, R]): AbstractOps[L, R]

    Definition Classes
    RightBias

Inherited from Base[Error]

Inherited from RightBias[Error]

Inherited from AnyRef

Inherited from Any

Ungrouped