Open osmirnov opened 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.
GetValidator
GetValidators
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 withGetValidators
method.