com.r3corda.protocols / BroadcastTransactionProtocol / NotifyTxRequestMessage

NotifyTxRequestMessage

data class NotifyTxRequestMessage : HandshakeMessage


Constructors

<init> NotifyTxRequestMessage(tx: SignedTransaction, events: Set<ClientToServiceCommand>, replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue())

Properties

events val events: Set<ClientToServiceCommand>
receiveSessionID val receiveSessionID: Long
replyToParty val replyToParty: Party
sendSessionID val sendSessionID: Long
tx val tx: SignedTransaction

Inherited Properties

sessionID open val sessionID: Long