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
There's a lot of really valuable background information in this README that I think should be discoverable to devs when searching docs.rs/hdk
Particularly important is the need to use UnsafeBytes to get from a raw byte string into SerializedBytes. But the backstory helps too, at least understanding what using SerializedBytes guarantees you as a developer.
The text was updated successfully, but these errors were encountered:
There's a lot of really valuable background information in this README that I think should be discoverable to devs when searching docs.rs/hdk
Particularly important is the need to use
UnsafeBytes
to get from a raw byte string intoSerializedBytes
. But the backstory helps too, at least understanding what using SerializedBytes guarantees you as a developer.The text was updated successfully, but these errors were encountered: