corda / com.r3.enm.servicesapi.identitymanager.handlers / AddNodeToPrivateNetworkMessage

AddNodeToPrivateNetworkMessage

class AddNodeToPrivateNetworkMessage
Deprecated: Private network maps are no longer supported

Submission message for adding a node to a private network.

Constructors

<init>

AddNodeToPrivateNetworkMessage(identity: <ERROR CLASS>, networkId: UUID?)

Submission message for adding a node to a private network.

Properties

identity

val identity: <ERROR CLASS>

Legal name of the node to be added to the private network.

networkId

val networkId: UUID?

Identifier of the private network. Null represents no private network membership (i.e public network)

Functions

toStream

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

Companion Object Functions

fromStream

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