Packages

sealed trait Unsigned extends EthTransaction

Linear Supertypes
EthTransaction, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsigned
  2. EthTransaction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def gasLimit: Unsigned256
    Definition Classes
    EthTransaction
  2. abstract def gasPrice: Unsigned256
    Definition Classes
    EthTransaction
  3. abstract def isMessage: Boolean
    Definition Classes
    EthTransaction
  4. abstract def nonce: Unsigned256
    Definition Classes
    EthTransaction
  5. abstract def sign(signer: EthSigner, chainId: EthChainId): WithChainId
  6. abstract def sign(signer: EthSigner): NoChainId
  7. abstract def value: Unsigned256
    Definition Classes
    EthTransaction

Concrete Value Members

  1. def isContractCreation: Boolean
    Definition Classes
    EthTransaction
  2. def sign(signer: EthSigner, chainId: Option[EthChainId]): Signed
  3. def sign(signer: EthSigner, chainId: Long): WithChainId
  4. def signableBytes(mbChainId: Option[EthChainId]): Seq[Byte]
  5. def signed: Boolean
    Definition Classes
    UnsignedEthTransaction
  6. val unsignedTransaction: Unsigned
    Definition Classes
    UnsignedEthTransaction