corda / net.corda.core.cordapp / Cordapp / Info / Default

Default

data class Default : Info

CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively ContractAndWorkflow but without the integer versioning.

Constructors

<init>

CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively ContractAndWorkflow but without the integer versioning.

Default(shortName: String, vendor: String, version: String, licence: String)

Properties

licence

val licence: String

shortName

Cordapp's name

val shortName: String

vendor

Cordapp's vendor

val vendor: String

version

Cordapp's version

val version: String

Functions

hasUnknownFields

fun hasUnknownFields(): Boolean

toString

fun toString(): String