diff --git a/Usage-Patterns.md b/Usage-Patterns.md index 5ee25b0..408ce75 100644 --- a/Usage-Patterns.md +++ b/Usage-Patterns.md @@ -42,4 +42,10 @@ web3->jail: SendAsync web3-->-Otto: otto.UndefinedValue() note right of JailCell: cell.Unlock() note over jail: RPC calls and VM interactions -``` \ No newline at end of file +``` + +## Send Transaction Flow + +When the (async) handler of `/send` command is executed, the callback doesn’t return till the transaction queue is committed (confirmed), but immediately we got confirmation from jail about transaction being added (“transaction.queued” event). + +Also, some insights can be found in https://github.com/status-im/status-go/wiki/Notes-on-Bindings \ No newline at end of file