corda / com.r3.enm.servicesapi.networkmap.handlers / CurrentNetworkParametersUpdateResponseMessage

CurrentNetworkParametersUpdateResponseMessage

class CurrentNetworkParametersUpdateResponseMessage

Response message for the current network parameters update.

Constructors

<init>

CurrentNetworkParametersUpdateResponseMessage(parametersUpdate: ParametersUpdateData?)

Response message for the current network parameters update.

Properties

parametersUpdate

val parametersUpdate: ParametersUpdateData?

current network parameters update. NULL if none.

Functions

toStream

fun toStream(b: <ERROR CLASS>): Unit

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): CurrentNetworkParametersUpdateResponseMessage