Package

org.zuinnote.spark.ethereum

model

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  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

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

    Permalink
  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

    Permalink
  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

    Permalink
  6. implicit final class FromJavaBlock extends AnyVal

    Permalink
  7. implicit final class FromJavaTransaction extends AnyVal

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped