Koray Koska
Koray Koska
Oh, forgot to mention it. Once the app is in this state, it does that all the time. So e.g. in this example the default route should go back to...
So since using `navigator.navigate` instead of rendering a `Navigate`, this error doesn't happen anymore. Still a little annoying but it is a good hack at least.
No this is not possible. Blockies are generated with an algorithm which does a lot of xor operations to generate pseudorandom data with a seed. Reversing those operations is not...
You can create your own methods as extensions of Web3 or Web3.Eth. Just use the same approach as in the Web3.swift main file (take the example of eth_sendRawTransaction). We don't...
Hey @fflach Which version of Web3 are you using in your example above? I'm gonna look into this in detail tomorrow...
I think this is a bug in the `ABIObject` decoder. [In this line](https://github.com/Boilertalk/Web3.swift/blob/master/Web3/Classes/ContractABI/Contract/ABIObject.swift#L89) `decode` should be replaced with `decodeIfPresent` to make `inputs` really optional. I couldn't test it yet as...
@pixelmatrix Oh sorry, I missed that. I'm gonna release it now...
@Mr-Lin-Old Please join our Telegram chat with the link below if you have a question which is not an issue with the library. https://t.me/joinchat/BPk3DE6CTFaiOolSIZNLyg
Could you please explain in more detail what you want to achieve? An error message would also be great. Please note that you have to replace "" with your real...
Did you import Web3? Do the following in your file: ```Swift import Web3 ```