final case class Contract(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash, codeHash: EthHash) extends Account with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Contract
- Serializable
- Serializable
- Product
- Equals
- Account
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Contract(nonce: Unsigned256, balance: Unsigned256, storageRoot: EthHash, codeHash: EthHash)
Value Members
- val balance: Unsigned256
- val codeHash: EthHash
-
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