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
let mainTransaction = try tokenTransactionIntermediate.send(options: sendTransactionIntermediateOptions, onBlock: "latest")
290
+
291
+
print(mainTransaction.hash, "is the hash")
292
+
}
293
+
```
294
+
295
+
296
+
297
+
298
+
208
299
### Web3View example
209
300
210
301
You can see how to our demo project: **WKWebView with injected "web3" provider**:
@@ -237,7 +328,7 @@ For full documentation details and FAQ, please look at [Documentation](https://g
237
328
238
329
*If you need to find or understand an API, check [Usage.md](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md).*
239
330
240
-
**FAQ moved [Documentation Page](https://github.com/matter-labs/web3swift/blob/master/Documentation/)**
331
+
**FAQ moved [Documentation Page](https://github.com/matter-labs/web3swift/blob/master/Documentation/)**
241
332
242
333
Here are quick references for essential features:
243
334
@@ -311,7 +402,7 @@ You are more than welcome to participate! **Your contribution will be paid via
311
402
312
403
-[ ] Convenient methods for namespaces
313
404
314
-
405
+
315
406
316
407
## Credits
317
408
@@ -327,3 +418,4 @@ If you believe you have identified a security vulnerability with web3swift, you
327
418
## License
328
419
329
420
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/matter-labs/web3swift/blob/master/LICENSE) for details.
0 commit comments