corda / net.corda.core.crypto / CompositeKey / isFulfilledBy

isFulfilledBy

abstract fun isFulfilledBy(keys: Iterable<PublicKey>): Boolean

Checks whether keys match a sufficient amount of leaf nodes

fun isFulfilledBy(key: PublicKey): Boolean