Class GasRewardsUpdate
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The reward fractions related to the gas account and inclusion of special transactions.
public sealed record GasRewardsUpdate : IUpdatePayload, IEquatable<GasRewardsUpdate>
- Inheritance
-
GasRewardsUpdate
- Implements
- Inherited Members
Constructors
GasRewardsUpdate(GasRewards)
The reward fractions related to the gas account and inclusion of special transactions.
public GasRewardsUpdate(GasRewards GasRewards)
Parameters
GasRewards
GasRewardsGas rewards updates.
Properties
GasRewards
Gas rewards updates.
public GasRewards GasRewards { get; init; }