copyWith method

Implementation

ProposedProtocolParameterUpdates copyWith(
    {Map<GenesisHash, ProtocolParamUpdate>? parameters}) {
  return ProposedProtocolParameterUpdates(parameters ?? this.parameters);
}