Class EffectGasRewardsCpv2
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Updates to the GAS rewards effective from protocol version 6 (chain parameters version 2).
public sealed record EffectGasRewardsCpv2 : IEffect, IEquatable<EffectGasRewardsCpv2>
- Inheritance
-
EffectGasRewardsCpv2
- Implements
- Inherited Members
Constructors
EffectGasRewardsCpv2(GasRewardsCpv2)
Updates to the GAS rewards effective from protocol version 6 (chain parameters version 2).
public EffectGasRewardsCpv2(GasRewardsCpv2 GasRewardsCpv2)
Parameters
GasRewardsCpv2
GasRewardsCpv2
Properties
GasRewardsCpv2
public GasRewardsCpv2 GasRewardsCpv2 { get; init; }