com.r3corda.protocols / FetchDataProtocol / Request

Request

data class Request : HandshakeMessage


Constructors

<init> Request(hashes: List<SecureHash>, replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue())

Properties

hashes val hashes: List<SecureHash>
receiveSessionID val receiveSessionID: Long
replyToParty val replyToParty: Party
sendSessionID val sendSessionID: Long

Inherited Properties

sessionID open val sessionID: Long