corda / net.corda.core.flows / DistributionRecords

DistributionRecords

class DistributionRecords

Constructors

<init>

DistributionRecords(senderRecords: List<SenderDistributionRecord> = emptyList(), receiverRecords: List<ReceiverDistributionRecord> = emptyList())

Properties

receiverRecords

val receiverRecords: List<ReceiverDistributionRecord>

senderRecords

val senderRecords: List<SenderDistributionRecord>

size

val size: Int