final case class Agent(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash) extends Account with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Agent
- Serializable
- Serializable
- Product
- Equals
- Account
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Agent(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash)
Value Members
- val balance: Unsigned256
- def codeHash: Keccak256
-
def
copy(nonce: Unsigned256 = this.nonce, balance: Unsigned256 = this.balance, storageRoot: EthHash = this.storageRoot, codeHash: EthHash = this.codeHash): Account
- Definition Classes
- Account
-
def
isAgent: Boolean
- Definition Classes
- Account
-
def
isContract: Boolean
- Definition Classes
- Account
- val nonce: Unsigned256
- val storageRoot: EthHash