Function spl_token::instruction::mint_to

source ·
pub fn mint_to(
    token_program_id: &Pubkey,
    mint_pubkey: &Pubkey,
    account_pubkey: &Pubkey,
    owner_pubkey: &Pubkey,
    signer_pubkeys: &[&Pubkey],
    amount: u64
) -> Result<Instruction, ProgramError>
Expand description

Creates a MintTo instruction.