Updated Usage Patterns (markdown)

Ivan Tomilov 2017-09-21 16:33:51 +03:00
parent 5d10be7767
commit 28be07c281
1 changed files with 7 additions and 1 deletions

@ -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
```
```
## Send Transaction Flow
When the (async) handler of `/send` command is executed, the callback doesnt 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