Packages

object WithChainId

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithChainId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ContractCreation(unsignedTransaction: Unsigned.ContractCreation, signature: EthSignature.WithChainId) extends WithChainId with EthTransaction.ContractCreation with Product with Serializable
  2. final case class Message(unsignedTransaction: Unsigned.Message, signature: EthSignature.WithChainId) extends WithChainId with EthTransaction.Message with Product with Serializable

Value Members

  1. def apply(unsignedTransaction: Unsigned, sig: EthSignature.WithChainId): WithChainId