pub trait TxSigner { // Required method fn sign_tx(&self, tx: TxEip1559) -> Result<Signed<TxEip1559>, Error>; }