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