SenderDistributionRecord

data class SenderDistributionRecord(val txId: SecureHash, val peerPartyId: SecureHash, val timestamp: Instant, val timestampDiscriminator: Int, val senderStatesToRecord: StatesToRecord, val receiverStatesToRecord: StatesToRecord) : DistributionRecord

Constructors

Link copied to clipboard
constructor(txId: SecureHash, peerPartyId: SecureHash, timestamp: Instant, timestampDiscriminator: Int, senderStatesToRecord: StatesToRecord, 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