org.zuinnote.spark.ethereum

model

package model

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

Type Members

  1. final case class EnrichedEthereumBlock(ethereumBlockHeader: EthereumBlockHeader, ethereumTransactions: Seq[EnrichedEthereumTransaction], uncleHeaders: Seq[EthereumBlockHeader]) extends Product with Serializable

  2. final case class EnrichedEthereumTransaction(nonce: Array[Byte], value: BigInteger, valueRaw: Array[Byte], receiveAddress: Array[Byte], gasPrice: BigInteger, gasPriceRaw: Array[Byte], gasLimit: BigInteger, gasLimitRaw: Array[Byte], data: Array[Byte], sig_v: Array[Byte], sig_r: Array[Byte], sig_s: Array[Byte], sendAddress: Array[Byte], hash: Array[Byte]) extends Product with Serializable

  3. final case class EthereumBlock(ethereumBlockHeader: EthereumBlockHeader, ethereumTransactions: Seq[EthereumTransaction], uncleHeaders: Seq[EthereumBlockHeader]) extends Product with Serializable

  4. final case class EthereumBlockHeader(parentHash: Array[Byte], uncleHash: Array[Byte], coinBase: Array[Byte], stateRoot: Array[Byte], txTrieRoot: Array[Byte], receiptTrieRoot: Array[Byte], logsBloom: Array[Byte], difficulty: Array[Byte], timestamp: Long, number: BigInteger, numberRaw: Array[Byte], gasLimit: BigInteger, gasLimitRaw: Array[Byte], gasUsed: BigInteger, gasUsedRaw: Array[Byte], mixHash: Array[Byte], extraData: Array[Byte], nonce: Array[Byte]) extends Product with Serializable

  5. final case class EthereumTransaction(nonce: Array[Byte], value: BigInteger, valueRaw: Array[Byte], receiveAddress: Array[Byte], gasPrice: BigInteger, gasPriceRaw: Array[Byte], gasLimit: BigInteger, gasLimitRaw: Array[Byte], data: Array[Byte], sig_v: Array[Byte], sig_r: Array[Byte], sig_s: Array[Byte]) extends Product with Serializable

  6. implicit final class FromJavaBlock extends AnyVal

  7. implicit final class FromJavaTransaction extends AnyVal

Inherited from AnyRef

Inherited from Any

Ungrouped