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
Some code blocks on the getLedgerEntries RPC have no context as to which SDK they're using:
And some code examples start with Python, then continue with JS/TS, where the first code sample is labeled as Python because of the tab, then the second one is JS/TS and the two depend on each other which isn't possible because the JS can't call the Python:
This issue was closed by #1429, but the code blocks are still confusing, because there's a multi-part example that starts with python, and then transitions to TypeScript, showing the TypeScript code calling the Python code.
Worth adding the remaining Python examples I think?
Some code blocks on the getLedgerEntries RPC have no context as to which SDK they're using:
And some code examples start with Python, then continue with JS/TS, where the first code sample is labeled as Python because of the tab, then the second one is JS/TS and the two depend on each other which isn't possible because the JS can't call the Python:
Screen.Recording.2025-03-08.at.10.30.21.pm.mp4
Originally posted by @leighmcculloch in #1060 (comment)
cc @Shaptic
The text was updated successfully, but these errors were encountered: