@ethereumjs/common
@ethereumjs/common / AccountFields
AccountFields = Partial<Pick<Account, "nonce" | "balance" | "storageRoot" | "codeHash" | "codeSize">>
Partial
Pick
Account
"nonce"
"balance"
"storageRoot"
"codeHash"
"codeSize"
Defined in: interfaces.ts:40