From 28be07c281e33840420bb63c23d5edd32a2d4898 Mon Sep 17 00:00:00 2001 From: Ivan Tomilov Date: Thu, 21 Sep 2017 16:33:51 +0300 Subject: [PATCH] Updated Usage Patterns (markdown) --- Usage-Patterns.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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