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
A couple times I've seen folks ask how to concatenate Strings. Strings in Soroban are just Bytes and their type is just a name to change how tooling might present those bytes.
Similar issue stellar/rs-soroban-sdk#1280
We might be solving it on the sdk side by leveraging bytes_append host function and the String<-> Bytes interop.
@jayz22 How can String convert to and from Bytes? I don't see any existing SDK functionality for converting between them, and I don't see any host functions for doing so either.
A couple times I've seen folks ask how to concatenate Strings. Strings in Soroban are just Bytes and their type is just a name to change how tooling might present those bytes.
Related Discord discussion: https://discord.com/channels/897514728459468821/1162161366854013039/1171851834751721472
The text was updated successfully, but these errors were encountered: