pub fn get_mint_from_token_account(
    token_account_info: &AccountInfo<'_>
) -> Result<Pubkey>
Expand description

Cheap method to just grab mint Pubkey from token account, instead of deserializing entire thing