Table of Contents

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 BakerId

Baker's id

OpenStatus BakerPoolOpenStatus

The open status.

Properties

BakerId

Baker's id

public BakerId BakerId { get; init; }

Property Value

BakerId

OpenStatus

The open status.

public BakerPoolOpenStatus OpenStatus { get; init; }

Property Value

BakerPoolOpenStatus