Function push_to_token_map_synthetic

Source
pub fn push_to_token_map_synthetic<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, PushToTokenMapSynthetic<'info>>,
    name: String,
    token: Pubkey,
    token_decimals: u8,
    builder: UpdateTokenConfigParams,
    enable: bool,
    new: bool,
) -> Result<()>