Packages

object TransactionInfo extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionInfo
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Async(transactionHash: EthHash, details: Future[Details]) extends Base with Product with Serializable
  2. sealed trait Base extends AnyRef
  3. case class Details(transactionIndex: UInt256, blockHash: EthHash, blockNumber: UInt256, cumulativeGasUsed: UInt256, gasUsed: UInt256, logs: Seq[EthLogEntry]) extends Product with Serializable
  4. final class TimeoutException extends StubException

Value Members

  1. object Async extends Serializable