Class ValidatorWeight
A validator's public key paired with its weight, i.e. the total number of motes staked by it and its delegators.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorWeight
Properties
| Edit this page View SourcePublicKey
Validator's Public Key.
Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |
Weight
Validator's weight.
Declaration
public BigInteger Weight { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |