Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1 KB

File metadata and controls

35 lines (21 loc) · 1 KB

@ethereumjs/vm / runTx

Module: runTx

Table of contents

Interfaces

Functions

Functions

generateTxReceipt

generateTxReceipt(tx: TypedTransaction, txResult: RunTxResult, blockGasUsed: BN): Promise<TxReceipt>

Returns the tx receipt.

Parameters:

Name Type Description
tx TypedTransaction The transaction
txResult RunTxResult The tx result
blockGasUsed BN The amount of gas used in the block up until this tx

Returns: Promise<TxReceipt>

Defined in: runTx.ts:377