I am referring to corda opensource version and the link
When I go through the comments , its mentioned that each node stores states in two places - on their own in its vault , and as part of the transactions that generated them in its transaction storage.
I could see the state in the first place, i.e vault ,using web interface that connects to the H2 database
I am trying to understand how do I see the state in the second place, i.e the transaction storage. Where it is located physically ?