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
Is your feature request related to a problem? Please describe.
It's annoying to decode base64-encoded XDR that comes from the raw JSON responses because:
(a) you don't necessarily know what the type is without referencing the documentation
(b) you need to actually write the decoding code and error-check it
Describe the solution you'd like
This should be part of Servers request methods: they should wrap and decode the raw responses wherever possible:
simulateTransaction
getTransaction
sendTransaction
getLedgerEntries
getLatestLedger
getEvents
Additional context
The work for this has been started in #127 and #129.
Please 👍 or 👎 as feedback for continuing this feature!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's annoying to decode base64-encoded XDR that comes from the raw JSON responses because:
(a) you don't necessarily know what the type is without referencing the documentation
(b) you need to actually write the decoding code and error-check it
Describe the solution you'd like
This should be part of
Server
s request methods: they should wrap and decode the raw responses wherever possible:Additional context
The work for this has been started in #127 and #129.
Please 👍 or 👎 as feedback for continuing this feature!
The text was updated successfully, but these errors were encountered: