Class BakerStakeUpdated
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
If the stake was updated (that is, it changed and did not stay the same) then this is present, otherwise null.
public sealed record BakerStakeUpdated : IAccountTransactionEffects, IEquatable<BakerStakeUpdated>
- Inheritance
-
BakerStakeUpdated
- Implements
- Inherited Members
Constructors
BakerStakeUpdated(BakerStakeUpdatedData?)
If the stake was updated (that is, it changed and did not stay the same) then this is present, otherwise null.
public BakerStakeUpdated(BakerStakeUpdatedData? Data)
Parameters
Properties
Data
public BakerStakeUpdatedData? Data { get; init; }