data class NotifyTxRequestMessage : PartyRequestMessage
<init> |
NotifyTxRequestMessage(tx: SignedTransaction, replyToParty: Party, sessionID: Long) |
replyToParty |
val replyToParty: Party |
sessionID |
val sessionID: Long |
tx |
val tx: SignedTransaction |
getReplyTo |
open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients |