ParametersUpdateInfo

data class ParametersUpdateInfo(val hash: SecureHash, val parameters: NetworkParameters, val description: String, val updateDeadline: Instant)

Data class containing information about the scheduled network parameters update. The info is emitted every time node receives network map with ParametersUpdate which wasn't seen before. For more information see: CordaRPCOps.networkParametersFeed and CordaRPCOps.acceptNewNetworkParameters.

Constructors

Link copied to clipboard
constructor(hash: SecureHash, parameters: NetworkParameters, description: String, updateDeadline: Instant)

Properties

Link copied to clipboard

description of the update

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

deadline for accepting this update using CordaRPCOps.acceptNewNetworkParameters