Packages

final case class Agent(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash) extends Account with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Account, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Agent
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Account
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Agent(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash)

Value Members

  1. val balance: Unsigned256
    Definition Classes
    AgentAccount
  2. def codeHash: Keccak256
    Definition Classes
    AgentAccount
  3. def copy(nonce: Unsigned256 = this.nonce, balance: Unsigned256 = this.balance, storageRoot: EthHash = this.storageRoot, codeHash: EthHash = this.codeHash): Account
    Definition Classes
    Account
  4. def isAgent: Boolean
    Definition Classes
    Account
  5. def isContract: Boolean
    Definition Classes
    Account
  6. val nonce: Unsigned256
    Definition Classes
    AgentAccount
  7. val storageRoot: EthHash
    Definition Classes
    AgentAccount