Now, the API endpoint memory/validator/<index> accepts more than one index: memory/validator/<index1, index2...> .
Found validators are returned in found_validators array. Not found validators are returned in not_found_validators array.
This PR also converts the big numbers returned in the endpoint to a string. This was not done before and it is done in other endpoints like memory/validators
Now, the API endpoint
memory/validator/<index>
accepts more than one index:memory/validator/<index1, index2...>
.Found validators are returned in
found_validators
array. Not found validators are returned innot_found_validators
array.This PR also converts the big numbers returned in the endpoint to a string. This was not done before and it is done in other endpoints like
memory/validators
An example response looks like this: