com.r3corda.protocols / AbstractStateReplacementProtocol / Handshake

Handshake

data class Handshake : HandshakeMessage


Constructors

<init> Handshake(replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue())

Properties

receiveSessionID val receiveSessionID: Long
replyToParty val replyToParty: Party
sendSessionID val sendSessionID: Long

Inherited Properties

sessionID open val sessionID: Long