Type alias LegacyTransaction

LegacyTransaction: BaseTransaction & {
    gasPrice: Bytes | null;
}

Ethereum Legacy Transaction Reference: https://ethereum.org/en/developers/docs/transactions/