FlowInfo

data class FlowInfo(val flowVersion: Int, val appName: String)

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

Constructors

Link copied to clipboard
constructor(flowVersion: Int, appName: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

The integer flow version the other side is using.