UNPKG

@tevm/tx

Version:

A custom implementation of ethereumjs tx

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