Table of Contents

Enum BakerPoolOpenStatus

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

The status of the baker pool in regards to delegations.

public enum BakerPoolOpenStatus

Fields

ClosedForAll = 2

No delegators are allowed.

ClosedForNew = 1

New delegators may not join, but existing delegators are kept.

OpenForAll = 0

New delegators may join the pool.