corda / net.corda.core.flows / DistributionList / SenderDistributionList

SenderDistributionList

data class SenderDistributionList : DistributionList

Constructors

<init>

SenderDistributionList(senderStatesToRecord: StatesToRecord, peersToStatesToRecord: Map<CordaX500Name, StatesToRecord>)

Properties

peersToStatesToRecord

val peersToStatesToRecord: Map<CordaX500Name, StatesToRecord>

senderStatesToRecord

val senderStatesToRecord: StatesToRecord