public static class ContractUpgradeFlow.Instigator<OldState extends ContractState,NewState extends ContractState>
extends Instigator
Instigator.Companion
Companion
Constructor and Description |
---|
Instigator(StateAndRef<? extends OldState> originalState,
java.lang.Class<? extends net.corda.core.contracts.UpgradedContract<? super OldState,? extends NewState>> newContractClass) |
Modifier and Type | Method and Description |
---|---|
kotlin.Pair<net.corda.core.transactions.SignedTransaction,java.lang.Iterable> |
assembleTx() |
assembleTx, call, getModification, getOriginalState, getProgressTracker
call, getCounterpartyMarker, getLogger, getProgressTracker, getRunId, getServiceHub, getStateMachine, receive, send, sendAndReceive, setStateMachine, subFlow, subFlow, track, waitForLedgerCommit
public Instigator(StateAndRef<? extends OldState> originalState, java.lang.Class<? extends net.corda.core.contracts.UpgradedContract<? super OldState,? extends NewState>> newContractClass)