pub trait NotifyKeyUpdate { // Required method fn update_key(&self, key: &Keypair) -> Result<(), Box<dyn Error>>; }