[][src]Function spl_token::instruction::mint_to2

pub fn mint_to2(
    token_program_id: &Pubkey,
    mint_pubkey: &Pubkey,
    account_pubkey: &Pubkey,
    owner_pubkey: &Pubkey,
    signer_pubkeys: &[&Pubkey],
    amount: u64,
    decimals: u8
) -> Result<Instruction, ProgramError>

Creates a MintTo2 instruction.