AccountStorage
Properties
balance
balance:
bigint
Source
packages/state/src/state-types/AccountStorage.ts:6
codeHash
codeHash: `0x${string}`
Source
packages/state/src/state-types/AccountStorage.ts:8
deployedBytecode?
optional
deployedBytecode: `0x${string}`
Source
packages/state/src/state-types/AccountStorage.ts:9
nonce
nonce:
bigint
Source
packages/state/src/state-types/AccountStorage.ts:5
storage?
optional
storage:StorageDump
Source
packages/state/src/state-types/AccountStorage.ts:10
storageRoot
storageRoot: `0x${string}`
Source
packages/state/src/state-types/AccountStorage.ts:7