CordappData

open class CordappData @Inject constructor(objects: ObjectFactory)

Constructors

Link copied to clipboard
@Inject
fun CordappData(objects: ObjectFactory)

Functions

Link copied to clipboard
fun licence(value: String?)
Link copied to clipboard
fun name(value: String?)
Link copied to clipboard
fun vendor(value: String?)
Link copied to clipboard
fun versionId(value: Int?)

fun versionId(value: String?)

relaxed type so users can specify Integer or String identifiers

Properties

Link copied to clipboard
@get:Optional
@get:Input
val licence: Property<String>
Link copied to clipboard
@get:Optional
@get:Input
val name: Property<String>
Link copied to clipboard
@get:Optional
@get:Input
val vendor: Property<String>
Link copied to clipboard
@get:Optional
@get:Input
val versionId: Property<Int>