pub trait AuthorityAccount {
    fn init(&mut self, bump: u8) -> Result<()>;
}
Expand description

AuthorityAccount

Required methods

Implementations on Foreign Types

Implementors