Class BakerSetOpenStatusEvent
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Updated open status for a baker pool
public sealed record BakerSetOpenStatusEvent : IBakerEvent, IEquatable<BakerSetOpenStatusEvent>
- Inheritance
-
BakerSetOpenStatusEvent
- Implements
- Inherited Members
Constructors
BakerSetOpenStatusEvent(BakerId, BakerPoolOpenStatus)
Updated open status for a baker pool
public BakerSetOpenStatusEvent(BakerId BakerId, BakerPoolOpenStatus OpenStatus)
Parameters
BakerId
BakerIdBaker's id
OpenStatus
BakerPoolOpenStatusThe open status.
Properties
BakerId
Baker's id
public BakerId BakerId { get; init; }
Property Value
OpenStatus
The open status.
public BakerPoolOpenStatus OpenStatus { get; init; }