File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/develop/dapps/ton-connect/protocol Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,12 @@ Otherwise returns `ConnectEventError` with error code 100 (Unknown app).
191
191
### send ()
192
192
193
193
Sends a [message ](/ develop / dapps / ton - connect / protocol / requests - responses #messages ) to the bridge , excluding the ConnectRequest (that goes into QR code when using HTTP bridge and into connect when using JS Bridge ).
194
- Directly returns promise with WalletResponse , do you don ' t need to wait for responses with `listen`;
194
+ Directly returns promise with WalletResponse , so you don ' t need to wait for responses with `listen`;
195
195
196
196
### listen ()
197
197
198
198
Registers a listener for events from the wallet .
199
199
200
200
Returns unsubscribe function .
201
201
202
- Currently, only `disconnect` event is available. Later there will be a switch account event and other wallet events.
202
+ Currently, only `disconnect` event is available. Later there will be a switch account event and other wallet events.
You can’t perform that action at this time.
0 commit comments