Casper.Network.SDK
Show / Hide Table of Contents

Enum ValidatorChange

A change to a validator's status between two eras.

Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum ValidatorChange : int

Fields

Name Description
Added

The validator got newly added to the validator set.

Banned

The validator was banned from this era.

CannotPropose

The validator was excluded from proposing new blocks in this era.

Removed

The validator was removed from the validator set.

SeenAsFaulty

We saw the validator misbehave in this era.

In This Article
Back to top Maintained by MAKE Technology LLC