<In Corda, can the output of one transaction be us...
# stackoverflow
u
In Corda, can the output of one transaction be used by new transaction in the same flow? There is a flow as per below scenario. Transaction 1: Input StateA - ContractA results in output StateB - ContractA Transaction 2: Input StateB - ContractA and no output Is this possible in Corda? Please do share an example with response. Thanks.