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

AuthorityAccount

Required methods

Implementations on Foreign Types

Implementors