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
The operation_datastore input field of ReadOnlyBytecodeExecution endpoint seems wrong.
a Option<Vec<u8>> is expected, but i guess it should be something like in ExecuteSC
The
operation_datastore
input field ofReadOnlyBytecodeExecution
endpoint seems wrong.a
Option<Vec<u8>>
is expected, but i guess it should be something like in ExecuteSCThe text was updated successfully, but these errors were encountered: