Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.18 KB

File metadata and controls

52 lines (32 loc) · 1.18 KB

@ethereumjs/statemanager

@ethereumjs/statemanager

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

AccountFields

Ƭ AccountFields: Partial<Pick<Account, "nonce" | "balance" | "storageRoot" | "codeHash">>

Defined in

interface.ts:11


Proof

Ƭ Proof: Object

Type declaration

Name Type
accountProof PrefixedHexString[]
address PrefixedHexString
balance PrefixedHexString
codeHash PrefixedHexString
nonce PrefixedHexString
storageHash PrefixedHexString
storageProof StorageProof[]

Defined in

stateManager.ts:32