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: walletkit/android/eip5792.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,10 @@ This capability is expressed per chain and is crucial for determining how `walle
222
222
WalletKit.approveSession(..., scopedProperties)
223
223
```
224
224
225
+
<Note>
226
+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
227
+
</Note>
228
+
225
229
### Response Format
226
230
The response format for `wallet_getCallsStatus` varies based on the execution method:
Copy file name to clipboardExpand all lines: walletkit/flutter/eip5792.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226
226
WalletKit.approveSession(..., scopedProperties);
227
227
```
228
228
229
+
<Note>
230
+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231
+
</Note>
232
+
229
233
Specify the `scopedProperties` when approving a session:
Copy file name to clipboardExpand all lines: walletkit/ios/eip5792.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226
226
WalletKit.approveSession(..., scopedProperties)
227
227
```
228
228
229
+
<Note>
230
+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231
+
</Note>
232
+
229
233
Specify the `scopedProperties` when approving a session:
Copy file name to clipboardExpand all lines: walletkit/react-native/eip5792.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226
226
WalletKit.approveSession(..., scopedProperties);
227
227
```
228
228
229
+
<Note>
230
+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231
+
</Note>
232
+
229
233
Specify the `scopedProperties` when approving a session:
Copy file name to clipboardExpand all lines: walletkit/web/eip5792.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@ This capability is expressed per chain and is crucial for determining how `walle
225
225
};
226
226
WalletKit.approveSession(..., scopedProperties);
227
227
```
228
+
229
+
<Note>
230
+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231
+
</Note>
228
232
229
233
Specify the `scopedProperties` when approving a session:
0 commit comments