UNPKG

@tevm/tx

Version:

A custom implementation of ethereumjs tx

5 lines 228 B
import type { FeeMarket1559Tx as FeeMarketEIP1559Transaction } from '@ethereumjs/tx'; export interface ImpersonatedTx extends FeeMarketEIP1559Transaction { isImpersonated: true; } //# sourceMappingURL=ImpersonatedTx.d.ts.map