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
Currently, creating an InvokeHostFunctionOp is laborious in clients. Mainly this is due to converting your arguments to ScVals (Paul: Is this it?)
<Insert example here>
What would you like to see?
We should do a spike for ways we could make this easier. It should support: go, typescript/javascript, and rust. But, it should also provide an example for clients in other languages.
But we should do an end-to-end example here to understand how the whole stack would fit together for at least one language.
Some approaches:
soroban gen ... to generate statically typed bindings?
What problem does your feature solve?
Currently, creating an InvokeHostFunctionOp is laborious in clients. Mainly this is due to converting your arguments to
ScVals
(Paul: Is this it?)<Insert example here>
What would you like to see?
We should do a spike for ways we could make this easier. It should support: go, typescript/javascript, and rust. But, it should also provide an example for clients in other languages.
But we should do an end-to-end example here to understand how the whole stack would fit together for at least one language.
Some approaches:
soroban gen ...
to generate statically typed bindings?Related
#8
The text was updated successfully, but these errors were encountered: