pub fn burn_spl_tokens_signed<'a>(
    token_account_info: &AccountInfo<'a>,
    token_mint_info: &AccountInfo<'a>,
    authority_info: &AccountInfo<'a>,
    authority_seeds: &[&[u8]],
    program_id: &Pubkey,
    amount: u64,
    spl_token_info: &AccountInfo<'a>
) -> ProgramResult
Expand description

Burns SPL Tokens from a token account owned by the provided PDA authority with seeds