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
This CLI feature provides commands to retrieve network information from Stellar. All commands are structured under the stellar get namespace for clarity and usability.
Fetches transaction details for specified transactions
stellar get version
Outputs the current version of the Stellar protocol
The above our currently supported by RPC. I see in that there is a getbalances also requested during brainstorm but I do not think that is currently achievable by RPC alone, so scoping out for now.
The text was updated successfully, but these errors were encountered:
I think we should rearrange the commands in the table so that they lead with a domain, rather than the word 'get', so that actions can be grouped under a domain.
What problem does your feature solve?
This CLI feature provides commands to retrieve network information from Stellar. All commands are structured under the
stellar get
namespace for clarity and usability.Commands and Use Cases
stellar get events
stellar get feestats
stellar get health
stellar get ledgers
stellar get ledgerentries
stellar get network
stellar get transactions
stellar get version
The above our currently supported by RPC. I see in that there is a
getbalances
also requested during brainstorm but I do not think that is currently achievable by RPC alone, so scoping out for now.The text was updated successfully, but these errors were encountered: