ValidatorsListEvent

Class: ValidatorsListEvent

Properties overview

  • storage: Storage = Storage;
  • validators: ValidatorsState = ValidatorsState;

Defined in: packages/upgradable/src/upgrade.ts:57

Event emitted when the validators list is updated.

Extends

Constructors

new ValidatorsListEvent()

new ValidatorsListEvent(value: {
  storage: Storage;
  validators: ValidatorsState;
 }): ValidatorsListEvent

Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103

Parameters

value
storage

Storage = Storage

validators

ValidatorsState = ValidatorsState

Returns

ValidatorsListEvent

Inherited from

Struct({
  validators: ValidatorsState,
  storage: Storage,
}).constructor

Properties

storage

storage: Storage = Storage;

Defined in: packages/upgradable/src/upgrade.ts:59

Inherited from

Struct({
  validators: ValidatorsState,
  storage: Storage,
}).storage

validators

validators: ValidatorsState = ValidatorsState;

Defined in: packages/upgradable/src/upgrade.ts:58

Inherited from

Struct({
  validators: ValidatorsState,
  storage: Storage,
}).validators