ethereumjs-monorepo

@ethereumjs/common


@ethereumjs/common / Proof

Type Alias: Proof

Proof = object

Defined in: common/src/interfaces.ts:49

Properties

accountProof

accountProof: PrefixedHexString[]

Defined in: common/src/interfaces.ts:55


address

address: PrefixedHexString

Defined in: common/src/interfaces.ts:50


balance

balance: PrefixedHexString

Defined in: common/src/interfaces.ts:51


codeHash

codeHash: PrefixedHexString

Defined in: common/src/interfaces.ts:52


nonce

nonce: PrefixedHexString

Defined in: common/src/interfaces.ts:53


storageHash

storageHash: PrefixedHexString

Defined in: common/src/interfaces.ts:54


storageProof

storageProof: StorageProof[]

Defined in: common/src/interfaces.ts:56