corda / net.corda.core.crypto / CompositeKey / Builder / build

build

fun build(threshold: Int? = null): Node

Builds the CompositeKey.Node. If threshold is not specified, it will default to the size of the children, effectively generating an "N of N" requirement.