Updated Usage Patterns (markdown)
parent
5d10be7767
commit
28be07c281
|
@ -43,3 +43,9 @@ 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 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
|
Loading…
Reference in New Issue