pub trait LegacyTx: CommonTxFields {
// Required methods
fn kind(&self) -> TxKind;
fn chain_id(&self) -> Option<u64>;
fn gas_price(&self) -> u128;
}
Expand description
Legacy transaction trait before introduction of EIP-2929
pub trait LegacyTx: CommonTxFields {
// Required methods
fn kind(&self) -> TxKind;
fn chain_id(&self) -> Option<u64>;
fn gas_price(&self) -> u128;
}
Legacy transaction trait before introduction of EIP-2929