object TransactionInfo extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionInfo
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Async(transactionHash: EthHash, details: Future[Details]) extends Base with Product with Serializable
- sealed trait Base extends AnyRef
- case class Details(transactionIndex: UInt256, blockHash: EthHash, blockNumber: UInt256, cumulativeGasUsed: UInt256, gasUsed: UInt256, logs: Seq[EthLogEntry]) extends Product with Serializable
- final class TimeoutException extends StubException