pub trait SignBumpTransaction { fn sign_bump_transaction(&mut self, mtx: &mut MutableTransaction) -> bool; }