Packages

object Account

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

Type Members

  1. final case class Agent(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash) extends Account with Product with Serializable
  2. final case class Contract(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash, codeHash: EthHash) extends Account with Product with Serializable

Value Members

  1. def apply(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash, codeHash: EthHash): Account
  2. object Agent extends Serializable