Packages

sealed trait EthTransaction extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthTransaction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def gasLimit: Unsigned256
  2. abstract def gasPrice: Unsigned256
  3. abstract def isMessage: Boolean
  4. abstract def nonce: Unsigned256
  5. abstract def signed: Boolean
  6. abstract def unsignedTransaction: Unsigned
  7. abstract def value: Unsigned256

Concrete Value Members

  1. def isContractCreation: Boolean