data class UpgradeCommand : CommandData
Indicates that this transaction replaces the inputs contract state to another contract state
<init> |
UpgradeCommand(upgradedContractClass: Class<out UpgradedContract<*, *>>)
Indicates that this transaction replaces the inputs contract state to another contract state |
upgradedContractClass |
val upgradedContractClass: Class<out UpgradedContract<*, *>> |