corda / net.corda.core.crypto / kotlin.collections.Iterable

Extensions for kotlin.collections.Iterable

byKeys

Returns the set of all PublicKeys of the signatures.

fun Iterable<TransactionSignature>.byKeys(): Set<PublicKey>