Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorWeight

A validator's public key paired with its weight, i.e. the total number of motes staked by it and its delegators.

Inheritance
object
ValidatorWeight
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorWeight

Properties

| Edit this page View Source

PublicKey

Validator's Public Key.

Declaration
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

Weight

Validator's weight.

Declaration
public BigInteger Weight { get; init; }
Property Value
Type Description
BigInteger
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC