Casper.Network.SDK
Show / Hide Table of Contents

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
In This Article
Back to top Maintained by MAKE Technology LLC