Casper.Network.SDK
Show / Hide Table of Contents

Class SeigniorageAllocation

Information about a seigniorage allocation

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

Properties

Amount

Amount allocated as a reward.

Declaration
public BigInteger Amount { get; set; }
Property Value
Type Description
BigInteger

DelegatorPublicKey

Public key of the delegator (null if not a delegator reward allocation).

Declaration
public PublicKey DelegatorPublicKey { get; set; }
Property Value
Type Description
PublicKey

IsDelegator

True if a delegator reward allocation.

Declaration
public bool IsDelegator { get; set; }
Property Value
Type Description
System.Boolean

ValidatorPublicKey

Public key of the validator

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