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: 1. for a specific transaction, user initialized note: ``` pub struct GasLessTransactionData { pub kind: TransactionKind, sender: SuiAddress, } ``` User -> Sponsor: gas request with ** gas-less TransactionData** Sponsor -> Sponsor: check tx, select gas, construct TransactionData with the gas, and sign TransactionData Sponsor -> User: TransactionData, sponsor sig User -> User: check gas, gas sig, sign TransactionData User -> FullNode: submit dual signed transaction