You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requests-responses.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ type DeviceInfo = {
89
89
}
90
90
91
91
typeFeature=
92
-
| { name:'SendTransaction'; maxMessages:number } // `maxMessages` is maximum number of messages in one `SendTransaction` that the wallet supports
93
-
| { name:'SignData'; types: ('text'|'binary'|'cell')[] } // `types` is list of supported data types for `SignData` method
94
-
| { name:'Subscription'; versions:'v2'[] }; // `versions` is list of supported subscription versions for `CreateSubscription` and `CancelSubscription` methods (currently only 'v2' is supported)
92
+
| { name:'SendTransaction'; maxMessages:number } // `maxMessages` is the maximum number of messages in a single `SendTransaction` that the wallet supports
93
+
| { name:'SignData'; types: ('text'|'binary'|'cell')[] } // `types` specifies the supported data types for the `SignData` method
94
+
| { name:'Subscription'; versions:{ v2:boolean } }; // `versions` indicates which subscription versions are supported for `CreateSubscription` and `CancelSubscription` methods (currently only 'v2' is supported)
0 commit comments