Class EffectGasRewards
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Updates to the GAS rewards.
public sealed record EffectGasRewards : IEffect, IEquatable<EffectGasRewards>
- Inheritance
-
EffectGasRewards
- Implements
- Inherited Members
Constructors
EffectGasRewards(GasRewards)
Updates to the GAS rewards.
public EffectGasRewards(GasRewards GasRewards)
Parameters
GasRewards
GasRewards
Properties
GasRewards
public GasRewards GasRewards { get; init; }