sui
sui copied to clipboard
Tx Vs SignedTx better naming to logically distinguish for readability
Transaction
includes user's sig as well, but because we also have a struct called SignedTransaction
it always causes confusion when reviewing code on what Signed means. Let's fix that.
Note: We also have CertifiedTransaction
, this is generally understandable.