Initializes a new instance of the Update class.
This contains the actual proposed changes to the protocol parameters. It might include changes to things like transaction fees, block size limits, staking key deposit amounts, and more.
Specifies the epoch in which the proposal will come into effect if accepted.
Private
#epochPrivate
#originalPrivate
#updatesGets the proposed changes to the protocol parameters.
The protocol parameters updates.
Sets the proposed changes to the protocol parameters.
The protocol parameters updates.
Static
fromDeserializes the Update from a CBOR byte array.
The new Update instance.
The CBOR encoded Update object.
Static
fromCreates a nUpdate object from the given Core Update object.
Generated using TypeDoc
When stakeholders wish to propose changes to the system's parameters, they submit an update proposal. Such proposals are then voted on by the community. If approved, the protocol parameters are adjusted accordingly in the specified epoch.