UNPKG

@tevm/tx

Version:

A custom implementation of ethereumjs tx

6 lines (4 loc) 180 B
import type { FeeMarket1559Tx as FeeMarketEIP1559Transaction } from '@ethereumjs/tx' export interface ImpersonatedTx extends FeeMarketEIP1559Transaction { isImpersonated: true }