corda / net.corda.core.messaging / ParametersUpdateInfo / <init>

<init>

ParametersUpdateInfo(hash: SecureHash, parameters: NetworkParameters, description: String, 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.