Function token_decimals

Source
pub fn token_decimals<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ReadTokenMap<'info>>,
    token: Pubkey,
) -> Result<Return<u8>>