SenderDistributionList

data class SenderDistributionList(val senderStatesToRecord: StatesToRecord, val peersToStatesToRecord: Map<CordaX500Name, StatesToRecord>) : DistributionList

Constructors

Link copied to clipboard
constructor(senderStatesToRecord: StatesToRecord, peersToStatesToRecord: Map<CordaX500Name, StatesToRecord>)