corda / net.corda.core.flows / AbstractStateReplacementFlow / UpgradeTx

UpgradeTx

data class UpgradeTx

The assembled transaction for upgrading a contract.

Parameters

stx - signed transaction to do the upgrade.

Constructors

<init>

The assembled transaction for upgrading a contract.

UpgradeTx(stx: SignedTransaction)

Properties

stx

signed transaction to do the upgrade.

val stx: SignedTransaction