corda / net.corda.core.messaging / ParametersUpdateInfo

ParametersUpdateInfo

data class ParametersUpdateInfo

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

<init>

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.

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

Properties

description

description of the update

val description: String

hash

new NetworkParameters hash

val hash: SecureHash

parameters

new NetworkParameters data structure

val parameters: NetworkParameters

updateDeadline

deadline for accepting this update using CordaRPCOps.acceptNewNetworkParameters

val updateDeadline: Instant