hmy_getValidators returns list of validators for a particular epoch in corresponding shard
uint64
- epoch number
shardID
- Uint32
- shard id
validators
- Array
: list of validators in below format
address
- String
: one address
balance
- String
: validator current balance (will be replaced with stake soon) 0x format
uint64
- epoch number
shardID
- Uint32
- shard id
validators
- Array
: list of validators in below format
address
- String
: one address
balance
- Number
: validator current balance (will be replaced with stake soon)