AccountState(nonce: UInt256!, balance: Wei!, storageRoot: Hash!, codeHash: Hash!)
Default constructor for account state without a version.
nonce
- UInt256!: the nonce of the account.
balance
- Wei!: the balance of the account.
storageRoot
- Hash!: the root hash of the storage.
codeHash
- Hash!: hash of the code of the account.
AccountState(nonce: UInt256!, balance: Wei!, storageRoot: Hash!, codeHash: Hash!, version: Int)
Default constructor for account state.
nonce
- UInt256!: the nonce of the account.
balance
- Wei!: the balance of the account.
storageRoot
- Hash!: the root hash of the storage.
codeHash
- Hash!: hash of the code of the account.