In the Cardano network, stakeholders can propose changes to the protocol parameters. These proposals are then collected into a set which represents the ProposedProtocolParameterUpdates.

This proposed protocol parameter updates are represented as a map of genesis delegate key hash to parameters updates. So in principles, each genesis delegate can propose a different update.

Hierarchy

  • ProposedProtocolParameterUpdates

Constructors

Properties

#originalBytes: undefined | HexBlob = undefined
#proposedUpdates: Map<Hash28ByteBase16, Serialization.ProtocolParamUpdate> = ...

Methods

Generated using TypeDoc