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>

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.

Properties

description

val description: String

description of the update

hash

val hash: SecureHash

new NetworkParameters hash

parameters

val parameters: NetworkParameters

new NetworkParameters data structure

updateDeadline

val updateDeadline: Instant

deadline for accepting this update using CordaRPCOps.acceptNewNetworkParameters

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.