net.corda.core.protocols / ProtocolLogicRefFactory / create

create

fun create(type: Class<out ProtocolLogic<*>>, vararg args: Any?): ProtocolLogicRef

Create a ProtocolLogicRef for the Kotlin primary constructor or Java constructor and the given args.