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
I expected to see void_fn specification in the compiled .wasm to have the argument void_argument typed as SC_SPEC_TYPE_VOID and the return value typed as SC_SPEC_TYPE_VOID.
What did you see instead?
Both were typed as SC_SPEC_TYPE_TUPLE.
The text was updated successfully, but these errors were encountered:
What version are you using?
soroban-sdk: 20.2.0
What did you do?
What did you expect to see?
I expected to see
void_fn
specification in the compiled.wasm
to have the argumentvoid_argument
typed asSC_SPEC_TYPE_VOID
and the return value typed asSC_SPEC_TYPE_VOID
.What did you see instead?
Both were typed as
SC_SPEC_TYPE_TUPLE
.The text was updated successfully, but these errors were encountered: