sui icon indicating copy to clipboard operation
sui copied to clipboard

Tx Vs SignedTx better naming to logically distinguish for readability

Open kchalkias opened this issue 2 years ago • 0 comments

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.

kchalkias avatar Jul 30 '22 14:07 kchalkias