Hey Maxim!
Thank you for your support of Everscale SDK binding for kotlin!
I noticed one issue with the code example in README.md - It seems outdated. At least it gives me the next errors:
Suspend function 'ed25519Keypair' should be called only from a coroutine or another suspend function
Suspend function 'processMessage' should be called only from a coroutine or another suspend function
Suspend function 'query' should be called only from a coroutine or another suspend function
I know the meaning of this but it would be nice if you update the examples so that even beginners can use it as is.
Thank you!
P.S. Also it would be great if you include imports in your examples so it could be copy/pasted and just work, something like:
Hey Maxim! Thank you for your support of Everscale SDK binding for kotlin!
I noticed one issue with the code example in README.md - It seems outdated. At least it gives me the next errors:
I know the meaning of this but it would be nice if you update the examples so that even beginners can use it as is. Thank you!
P.S. Also it would be great if you include imports in your examples so it could be copy/pasted and just work, something like:
Thank you again!