Function spl_token::instruction::mint_to_checked [−][src]
pub fn mint_to_checked(
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 MintToChecked
instruction.