pub fn set_spl_token_account_authority<'a>(
    account_info: &AccountInfo<'a>,
    account_authority: &AccountInfo<'a>,
    new_account_authority: &Pubkey,
    authority_type: AuthorityType,
    spl_token_info: &AccountInfo<'a>
) -> Result<(), ProgramError>
Expand description

Sets spl-token account (Mint or TokenAccount) authority