ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / AccountData

Interface: AccountData

Defined in: packages/util/src/account.ts:24

Properties

balance?

optional balance: BigIntLike

Defined in: packages/util/src/account.ts:26


codeHash?

optional codeHash: BytesLike

Defined in: packages/util/src/account.ts:28


nonce?

optional nonce: BigIntLike

Defined in: packages/util/src/account.ts:25


storageRoot?

optional storageRoot: BytesLike

Defined in: packages/util/src/account.ts:27