Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

title: 2. for a specific transaction, sponsor initialized note: ``` pub struct TransactionData { pub kind: TransactionKind, sender: SuiAddress, gas_payment: ObjectRef, pub gas_price: u64, pub gas_budget: u64, } ``` Sponsor -> Sponsor: somehow sponsors has a tx that it thinks the user may be interested. Sponsor -> User: fully constructed TransactionData and sponsor sig User -> User: check tx, sign TransactionData User -> FullNode: submit dual signed transaction