ReceiverDistributionRecord

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

Constructors

Link copied to clipboard
constructor(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, encryptedDistributionList: OpaqueBytes, receiverStatesToRecord: StatesToRecord)

Properties

Link copied to clipboard
open override val id: SecureHash
Link copied to clipboard
open override val peerPartyId: SecureHash
Link copied to clipboard
open override val timestamp: Instant
Link copied to clipboard
open override val timestampDiscriminator: Int
Link copied to clipboard
open override val txId: SecureHash

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String