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 text was updated successfully, but these errors were encountered:
pivilartisant
changed the title
Add ReadOnlyCall on provider with ReadOnlyCallResult and return type
Add ReadOnlyCall on provider with ReadOnlyCallResult as return type
Jan 9, 2025
pivilartisant
changed the title
Add ReadOnlyCall on provider with ReadOnlyCallResult as return type
Change provider Read return type to ReadOnlyCallResult
Jan 9, 2025
pivilartisant
changed the title
Change provider Read return type to ReadOnlyCallResult
Improve return for smartcontract read call
Jan 9, 2025
pivilartisant
changed the title
Improve return for smartcontract read call
tateChanges is missing from provider read SC
Jan 9, 2025
pivilartisant
changed the title
tateChanges is missing from provider read SC
StateChanges is missing from provider read SC
Jan 9, 2025
Read on provider & sc should have the following (more complete) return type ReadOnlyCallResult
Currently read returns ReadScData which is some times incomplete when making a read
Example:
here I want to access ledger changes after a "purge" call
I get the ReadOnlyCallResult object as a response but it is not accessible due to the
res
being of type ReadSCDataThe text was updated successfully, but these errors were encountered: