pub fn burn_checked(
token_program_id: &Address,
account_pubkey: &Address,
mint_pubkey: &Address,
authority_pubkey: &Address,
signer_pubkeys: &[&Address],
amount: u64,
decimals: u8,
) -> Result<Instruction, ProgramError>Expand description
Creates a BurnChecked instruction.