Function anchor_spl::token::set_authority[][src]

pub fn set_authority<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, SetAuthority<'info>>,
    authority_type: AuthorityType,
    new_authority: Option<Pubkey>
) -> ProgramResult