Function mint_spl_to_pool_pda

Source
pub fn mint_spl_to_pool_pda(
    ctx: &Context<'_, '_, '_, '_, MintToInstruction<'_>>,
    amounts: &[impl ZeroCopyNumTrait],
) -> Result<()>