@InitiatingFlow @StartableByRPC public static class ContractUpgradeFlow.Initiate<OldState extends ContractState,NewState extends ContractState>
This flow begins the contract upgrade process.
public Initiate(@NotNull
StateAndRef<? extends OldState> originalState,
@NotNull
java.lang.Class<? extends net.corda.core.contracts.UpgradedContract<? super OldState,? extends NewState>> newContractClass)
This flow begins the contract upgrade process.