data class ReceiverDistributionRecord : DistributionRecord
<init> |
ReceiverDistributionRecord(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, encryptedDistributionList: OpaqueBytes, receiverStatesToRecord: StatesToRecord) |
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 |
toString |
fun toString(): String |