package receipt
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class EthereumConsensusDataLog(address: Address, topics: Array[Hash], data: Array[Byte]) extends Product with Serializable
- case class EthereumConsensusDataReceipt(transactionType: Int, status: Int, cumulativeGasUsed: BigInteger, logs: Seq[EthereumConsensusDataLog], logsBloom: Bloom) extends Product with Serializable
- case class EthereumReceipt(consensusDataReceipt: EthereumConsensusDataReceipt, transactionHash: Array[Byte], transactionIndex: Int, blockHash: Array[Byte], blockNumber: Int, gasUsed: BigInteger, contractAddress: Option[Address]) extends BytesSerializable with Product with Serializable
Value Members
- object EthereumConsensusDataLog extends SparkzSerializer[EthereumConsensusDataLog] with Serializable
- object EthereumConsensusDataReceipt extends Serializable
- object EthereumReceiptSerializer extends SparkzSerializer[EthereumReceipt]