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.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Reward
Properties
| Edit this page View SourceAmount
The reward amount.
Declaration
[JsonPropertyName("amount")]
public ulong Amount { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
PublicKey
The validator's public key.
Declaration
[JsonPropertyName("validator")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |