pub trait AuthorityAccount { // Required method fn new(&mut self, manager: Pubkey) -> Result<()>; }
AuthorityAccount