com.mchange.sc.v1.consuela.ethereum.jsonrpc.Client

eth

trait eth extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. eth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def blockNumber()(implicit ec: ExecutionContext): Future[BigInt]

  2. abstract def call(from: Option[EthAddress] = None, to: Option[EthAddress] = None, gas: Option[BigInt] = None, gasPrice: Option[BigInt] = None, value: Option[BigInt] = None, data: Option[Seq[Byte]] = None, blockNumber: BlockNumber = BlockNumber.Latest)(implicit ec: ExecutionContext): Future[Seq[Byte]]

  3. abstract def compileSolidity(solidityText: String)(implicit ec: ExecutionContext): Future[Map[String, Contract]]

  4. abstract def estimateGas(from: Option[EthAddress] = None, to: Option[EthAddress] = None, gas: Option[BigInt] = None, gasPrice: Option[BigInt] = None, value: Option[BigInt] = None, data: Option[Seq[Byte]] = None)(implicit ec: ExecutionContext): Future[BigInt]

  5. abstract def gasPrice()(implicit ec: ExecutionContext): Future[BigInt]

  6. abstract def getBalance(address: EthAddress, blockNumber: BlockNumber)(implicit ec: ExecutionContext): Future[BigInt]

  7. abstract def getBlockFilterChanges(filter: BlockFilter)(implicit ec: ExecutionContext): Future[Seq[EthHash]]

  8. abstract def getCode(address: EthAddress, blockNumber: BlockNumber)(implicit ec: ExecutionContext): Future[Seq[Byte]]

  9. abstract def getCompilers()(implicit ec: ExecutionContext): Future[Set[String]]

  10. abstract def getLogs(filter: Log.Filter)(implicit ec: ExecutionContext): Future[Seq[Log]]

  11. abstract def getLogs(query: Query)(implicit ec: ExecutionContext): Future[Seq[Log]]

  12. abstract def getNewLogs(filter: Log.Filter)(implicit ec: ExecutionContext): Future[Seq[Log]]

  13. abstract def getTransactionCount(address: EthAddress, blockNumber: BlockNumber)(implicit ec: ExecutionContext): Future[BigInt]

  14. abstract def getTransactionReceipt(transactionHash: EthHash)(implicit ec: ExecutionContext): Future[Option[TransactionReceipt]]

  15. abstract def newBlockFilter()(implicit ec: ExecutionContext): Future[BlockFilter]

  16. abstract def newLogFilter(query: Query)(implicit ec: ExecutionContext): Future[Log.Filter]

  17. abstract def sendRawTransaction(bytes: Seq[Byte])(implicit ec: ExecutionContext): Future[EthHash]

  18. abstract def sendSignedTransaction(signedTransaction: Signed)(implicit ec: ExecutionContext): Future[EthHash]

  19. abstract def uninstallFilter(filter: Filter)(implicit ec: ExecutionContext): Future[Boolean]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  17. def toString(): String

    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped