Casper.Network.SDK
Show / Hide Table of Contents

Class Reward

validator's public key paired with a measure of the value of its contribution to consensus, as a fraction of the configured maximum block reward.

Inheritance
object
Reward
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 Reward

Properties

| Edit this page View Source

Amount

The reward amount.

Declaration
[JsonPropertyName("amount")]
public ulong Amount { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

PublicKey

The validator's public key.

Declaration
[JsonPropertyName("validator")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC