corda / net.corda.core.flows / ReceiverDistributionRecord

ReceiverDistributionRecord

data class ReceiverDistributionRecord : DistributionRecord

Constructors

<init>

ReceiverDistributionRecord(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, encryptedDistributionList: OpaqueBytes, receiverStatesToRecord: StatesToRecord)

Properties

encryptedDistributionList

val encryptedDistributionList: OpaqueBytes

id

val id: SecureHash

peerPartyId

val peerPartyId: SecureHash

receiverStatesToRecord

val receiverStatesToRecord: StatesToRecord

timestamp

val timestamp: Instant

timestampDiscriminator

val timestampDiscriminator: Int

txId

val txId: SecureHash

Functions

toString

fun toString(): String