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
How about basing the url structure around entities to make queries more readable
get validators: GET /stake/validators
delegate: POST /stake/delegations
build delegation tx to be signed client side: GET /stake/delegations/build
get stake for a delegator: GET /stake/delegations?delegator={delegatorAddress}
The text was updated successfully, but these errors were encountered:
cosmos-sdk/x/stake/client/rest/query.go
Line 17 in 0866494
How about basing the url structure around entities to make queries more readable
get validators: GET /stake/validators
delegate: POST /stake/delegations
build delegation tx to be signed client side: GET /stake/delegations/build
get stake for a delegator: GET /stake/delegations?delegator={delegatorAddress}
The text was updated successfully, but these errors were encountered: