kinds:
Transaction, unsigned transaction.
Transaction
Signs an unsigned transaction.Sui does not have a serialized format for a signed transaction. The response only includes the signature. You must package it correctly before calling
sui_executeTransactionBlock.