ValidatorsList
Class: ValidatorsList
Defined in: packages/upgradable/src/validators.ts:51
The ValidatorsList
is an indexed Merkle map used to store the list of validators.
Extends
IndexedMerkleMapBase
<this
>
Constructors
new ValidatorsList()
new ValidatorsList(): ValidatorsList
Defined in: node_modules/o1js/dist/node/lib/provable/merkle-tree-indexed.d.ts:82
Creates a new, empty Indexed Merkle Map.
Returns
Inherited from
IndexedMerkleMap(VALIDATORS_LIST_HEIGHT).constructor
Updated 10 days ago