corda / net.corda.core.flows / FlowInfo

FlowInfo

data class FlowInfo

Version and name of the CorDapp hosting the other side of the flow.

Constructors

<init>

Version and name of the CorDapp hosting the other side of the flow.

FlowInfo(flowVersion: Int, appName: String)

Properties

appName

Name of the CorDapp jar hosting the flow, without the .jar extension. It will include a unique identifier to deduplicate it from other releases of the same CorDapp, typically a version string. See the CorDapp JAR format for more details.

val appName: String

flowVersion

The integer flow version the other side is using.

val flowVersion: Int