cordapp-cpk2
7.0.0-DevPreview-2
cordapp-cpk2
/
net.corda.plugins.cpk2
/
CordappData
Cordapp
Data
open
class
CordappData
@
Inject
constructor
(
objects
:
ObjectFactory
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Cordapp
Data
Link copied to clipboard
@
Inject
fun
CordappData
(
objects
:
ObjectFactory
)
Content copied to clipboard
Functions
licence
Link copied to clipboard
fun
licence
(
value
:
String
?
)
Content copied to clipboard
name
Link copied to clipboard
fun
name
(
value
:
String
?
)
Content copied to clipboard
vendor
Link copied to clipboard
fun
vendor
(
value
:
String
?
)
Content copied to clipboard
version
Id
Link copied to clipboard
fun
versionId
(
value
:
Int
?
)
Content copied to clipboard
Properties
licence
Link copied to clipboard
@get:
Optional
@get:
Input
val
licence
:
Property
<
String
>
Content copied to clipboard
name
Link copied to clipboard
@get:
Optional
@get:
Input
val
name
:
Property
<
String
>
Content copied to clipboard
vendor
Link copied to clipboard
@get:
Optional
@get:
Input
val
vendor
:
Property
<
String
>
Content copied to clipboard
versionId
Link copied to clipboard
@get:
Optional
@get:
Input
val
versionId
:
Property
<
Int
>
Content copied to clipboard