corda / net.corda.core.flows / SenderDistributionRecord

SenderDistributionRecord

data class SenderDistributionRecord : DistributionRecord

Constructors

<init>

SenderDistributionRecord(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, senderStatesToRecord: StatesToRecord, receiverStatesToRecord: StatesToRecord)

Properties

id

val id: SecureHash

peerPartyId

val peerPartyId: SecureHash

receiverStatesToRecord

val receiverStatesToRecord: StatesToRecord

senderStatesToRecord

val senderStatesToRecord: StatesToRecord

timestamp

val timestamp: Instant

timestampDiscriminator

val timestampDiscriminator: Int

txId

val txId: SecureHash