ethereumjs-monorepo

@ethereumjs/common


@ethereumjs/common / AccountFields

Type Alias: AccountFields

AccountFields = Partial<Pick<Account, "nonce" | "balance" | "storageRoot" | "codeHash" | "codeSize">>

Defined in: interfaces.ts:40