Class EraReport
Equivocation and reward information to be included in the terminal block.
Inheritance
System.Object
EraReport
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraReport : object
Properties
Equivocators
List of public keys of the equivocators
Declaration
public List<PublicKey> Equivocators { get; set; }
Property Value
Type | Description |
---|---|
List<PublicKey> |
InactiveValidators
List of public keys of inactive validators
Declaration
public List<PublicKey> InactiveValidators { get; set; }
Property Value
Type | Description |
---|---|
List<PublicKey> |
Rewards
List of validators with rewards
Declaration
public List<Reward> Rewards { get; set; }
Property Value
Type | Description |
---|---|
List<Reward> |