Class PaydayFoundationReward
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Payment for the foundation.
public sealed record PaydayFoundationReward : ISpecialEvent, IEquatable<PaydayFoundationReward>
- Inheritance
-
PaydayFoundationReward
- Implements
- Inherited Members
Constructors
PaydayFoundationReward(AccountAddress, CcdAmount)
Payment for the foundation.
public PaydayFoundationReward(AccountAddress FoundationAccount, CcdAmount DevelopmentCharge)
Parameters
FoundationAccount
AccountAddressAddress of the foundation account.
DevelopmentCharge
CcdAmountAmount rewarded.
Properties
DevelopmentCharge
Amount rewarded.
public CcdAmount DevelopmentCharge { get; init; }
Property Value
FoundationAccount
Address of the foundation account.
public AccountAddress FoundationAccount { get; init; }