Casper.Network.SDK
Show / Hide Table of Contents

Class Reward

A validator reward

Inheritance
System.Object
Reward
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Reward : object

Properties

Amount

Reward amount

Declaration
public ulong Amount { get; set; }
Property Value
Type Description
System.UInt64

PublicKey

Validator public key

Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type Description
PublicKey
In This Article
Back to top Maintained by MAKE Technology LLC