Is possible to used both types on rust and on frontend? #10994
Unanswered
codeitlikemiley
asked this question in
Q&A
Replies: 1 comment
-
Check out this comment: #1514 (comment) - it should still be accurate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that on the documentation that most of the code have to be re-written twice...
e.g.
if we define a struct of User
if we broadcast an Event with User
on typescript we need to redefine those types
as such its kinda pointless to do it manually
I know its possible to compiled on a shared and shared types library types e.g. crux
i just dont know if someone already done it
if so please share it thanks...
if not i will be the one to create that functionality myself :)
Beta Was this translation helpful? Give feedback.
All reactions