Casper.Network.SDK
Show / Hide Table of Contents

Class SeigniorageAllocation

Information about a seigniorage allocation

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

Properties

| Edit this page View Source

Amount

Amount allocated as a reward.

Declaration
public BigInteger Amount { get; init; }
Property Value
Type Description
BigInteger
| Edit this page View Source

DelegatorKind

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

Declaration
public DelegatorKind DelegatorKind { get; init; }
Property Value
Type Description
DelegatorKind
| Edit this page View Source

IsDelegator

True if a delegator reward allocation.

Declaration
public bool IsDelegator { get; init; }
Property Value
Type Description
bool
| Edit this page View Source

ValidatorPublicKey

Public key of the validator

Declaration
public PublicKey ValidatorPublicKey { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC