transfer

open override fun transfer(source: PublicKey, destination: PublicKey, owner: PublicKey, amount: ULong): TransactionInstruction

Deprecated (with error)

Token2022Program does not support transfer, use transferChecked instead

Replace with

transferChecked(source, destination, owner, amount, decimals, mint)