com.r3corda.protocols / RatesFixProtocol / SignRequest

SignRequest

class SignRequest : AbstractRequestMessage


Constructors

<init> SignRequest(tx: WireTransaction, replyTo: Party, sessionID: Long)

Properties

sessionID val sessionID: Long
tx val tx: WireTransaction

Inherited Properties

replyToParty val replyToParty: Party

Inherited Functions

getReplyTo open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients