Packages

object Unsigned

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

Type Members

  1. final case class ContractCreation(nonce: Unsigned256, gasPrice: Unsigned256, gasLimit: Unsigned256, value: Unsigned256, init: Seq[Byte]) extends Unsigned with EthTransaction.ContractCreation with Product with Serializable
  2. final case class Message(nonce: Unsigned256, gasPrice: Unsigned256, gasLimit: Unsigned256, to: EthAddress, value: Unsigned256, data: Seq[Byte]) extends Unsigned with EthTransaction.Message with Product with Serializable

Value Members

  1. def areSignableBytesForChainId(bytes: Seq[Byte], mbChainId: Option[EthChainId]): Option[Unsigned]