Skip to content

Latest commit

 

History

History
210 lines (115 loc) · 4.1 KB

README.md

File metadata and controls

210 lines (115 loc) · 4.1 KB

@ethereumjs/vm

@ethereumjs/vm

Table of contents

Classes

Interfaces

Type Aliases

Classes

EEI

EEI: Class EEI

Defined in

vm/src/eei/eei.ts:27


VM

VM: Class VM

Defined in

vm/src/vm.ts:33

Interfaces

AfterBlockEvent

AfterBlockEvent: Interface AfterBlockEvent

Defined in

vm/src/types.ts:276


AfterTxEvent

AfterTxEvent: Interface AfterTxEvent

Defined in

vm/src/types.ts:364


BaseTxReceipt

BaseTxReceipt: Interface BaseTxReceipt

Defined in

vm/src/types.ts:14


BuildBlockOpts

BuildBlockOpts: Interface BuildBlockOpts

Defined in

vm/src/types.ts:163


BuilderOpts

BuilderOpts: Interface BuilderOpts

Defined in

vm/src/types.ts:147


PostByzantiumTxReceipt

PostByzantiumTxReceipt: Interface PostByzantiumTxReceipt

Defined in

vm/src/types.ts:44


PreByzantiumTxReceipt

PreByzantiumTxReceipt: Interface PreByzantiumTxReceipt

Defined in

vm/src/types.ts:33


RunBlockOpts

RunBlockOpts: Interface RunBlockOpts

Defined in

vm/src/types.ts:202


RunBlockResult

RunBlockResult: Interface RunBlockResult

Defined in

vm/src/types.ts:249


RunTxOpts

RunTxOpts: Interface RunTxOpts

Defined in

vm/src/types.ts:284


RunTxResult

RunTxResult: Interface RunTxResult

Defined in

vm/src/types.ts:330


SealBlockOpts

SealBlockOpts: Interface SealBlockOpts

Defined in

vm/src/types.ts:185


VMOpts

VMOpts: Interface VMOpts

Defined in

vm/src/types.ts:61

Type Aliases

TxReceipt

Ƭ TxReceipt: PreByzantiumTxReceipt | PostByzantiumTxReceipt

Defined in

vm/src/types.ts:9


VMEvents

Ƭ VMEvents: Object

Type declaration

Name Type
afterBlock Method afterBlock
afterTx Method afterTx
beforeBlock Method beforeBlock
beforeTx Method beforeTx

Defined in

vm/src/types.ts:51