AuthorityAccount

Trait AuthorityAccount 

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

AuthorityAccount

Required Methods§

Source

fn new(&mut self, manager: Pubkey) -> Result<()>

Implementations on Foreign Types§

Source§

impl AuthorityAccount for Account<'_, Authority>

Source§

fn new(&mut self, manager: Pubkey) -> Result<()>

Implementors§