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, ExecutionOutcome internal returned value is just being exposed purely as a ValueOrReceiptId::Value(String), which does not offer all the convenience methods of json, borsh, or raw_bytes which makes it feel inconsistent with the other APIs. Ideally should add in a new Value type that offers these convenient methods.
The text was updated successfully, but these errors were encountered:
Currently,
ExecutionOutcome
internal returned value is just being exposed purely as aValueOrReceiptId::Value(String)
, which does not offer all the convenience methods ofjson
,borsh
, orraw_bytes
which makes it feel inconsistent with the other APIs. Ideally should add in a newValue
type that offers these convenient methods.The text was updated successfully, but these errors were encountered: