CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
35 stars 24 forks source link

Retrieve all validators #558

Open osmirnov opened 5 years ago

osmirnov commented 5 years ago

There are VM calls "Neo.Blockchain.GetValidators" and "AntShares.Blockchain.GetValidators". We need to retrieve all validators from a repository. We have GetValidator method. We should pair it with GetValidators method.