data class SenderDistributionRecord : DistributionRecord
<init> |
SenderDistributionRecord(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, senderStatesToRecord: StatesToRecord, receiverStatesToRecord: StatesToRecord) |
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 |