When it comes to implementation, transactions are where we really start to see the divergence between Corda and DAML. Both Corda and DAML are designed in such a way that transactions can consume some previous state to create future states. We can also have transactions that do not consume some previous state.
1 Like