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

Computationally cheap method to get mint from a token account It reads mint without deserializing full account data