data class NotifyTxRequestMessage : HandshakeMessage
<init> |
NotifyTxRequestMessage(tx: SignedTransaction, events: Set<ClientToServiceCommand>, replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue()) |
events |
val events: Set<ClientToServiceCommand> |
receiveSessionID |
val receiveSessionID: Long |
replyToParty |
val replyToParty: Party |
sendSessionID |
val sendSessionID: Long |
tx |
val tx: SignedTransaction |
sessionID |
open val |