Class ValidatorWeight
A validator's weight.
Inheritance
System.Object
ValidatorWeight
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorWeight : object
Properties
PublicKey
Validator's Public Key.
Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
Weight
Validator's weight.
Declaration
public BigInteger Weight { get; set; }
Property Value
Type | Description |
---|---|
BigInteger |