ParticipantRegistration

data class ParticipantRegistration(val participantId: String, val networkId: String) : Serializable

Data class for registration record of Participant Corda node

Parameters

participantId

Unique id for Participant node in scope of Corda business network

networkId

Corda business network id

Constructors

Link copied to clipboard
fun ParticipantRegistration(participantId: String, networkId: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
Link copied to clipboard