Casper.Network.SDK
Show / Hide Table of Contents

Class EraValidators

Validator and weights for an Era.

Inheritance
System.Object
EraValidators
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraValidators : object

Properties

EraId

The Era Id.

Declaration
public ulong EraId { get; set; }
Property Value
Type Description
System.UInt64

ValidatorWeights

List with each validator weight in the Era

Declaration
public List<ValidatorWeight> ValidatorWeights { get; set; }
Property Value
Type Description
List<ValidatorWeight>
In This Article
Back to top Maintained by MAKE Technology LLC