public static class AbstractStateReplacementFlow.UpgradeTx
The assembled transaction for upgrading a contract.
public UpgradeTx(@NotNull
SignedTransaction stx)
The assembled transaction for upgrading a contract.
stx - signed transaction to do the upgrade.@NotNull public SignedTransaction getStx()
signed transaction to do the upgrade.
@NotNull public SignedTransaction component1()
signed transaction to do the upgrade.
@NotNull
public net.corda.core.flows.AbstractStateReplacementFlow.UpgradeTx copy(@NotNull
SignedTransaction stx)
The assembled transaction for upgrading a contract.
stx - signed transaction to do the upgrade.@NotNull public java.lang.String toString()
The assembled transaction for upgrading a contract.
public int hashCode()
The assembled transaction for upgrading a contract.
public boolean equals(@Nullable
java.lang.Object p)
The assembled transaction for upgrading a contract.