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

NetworkMapSubmissionMessage

class NetworkMapSubmissionMessage

Submission message for the network map.

Constructors

<init>

NetworkMapSubmissionMessage(networkId: String?, signedNetworkMap: <ERROR CLASS><<ERROR CLASS>>)

Submission message for the network map.

Properties

networkId

val networkId: String?

identifier of the network that this signed network map corresponds to. NULL if public network map.

signedNetworkMap

val signedNetworkMap: <ERROR CLASS><<ERROR CLASS>>

signed network map.

Functions

toStream

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

Companion Object Functions

fromStream

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