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