Class SeigniorageAllocation
Information about a seigniorage allocation
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class SeigniorageAllocation
Properties
| Edit this page View SourceAmount
Amount allocated as a reward.
Declaration
public BigInteger Amount { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
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 |
IsDelegator
True if a delegator reward allocation.
Declaration
public bool IsDelegator { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
ValidatorPublicKey
Public key of the validator
Declaration
public PublicKey ValidatorPublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |