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