corda / samples-java

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
74 stars 155 forks source link

Adding Contract checks for reference state #92

Closed ashutoshmeher-r3 closed 1 year ago

ashutoshmeher-r3 commented 1 year ago

Since we are using linear pointer, the pointer state already gets added as reference state. I have added checks in the contract to validate certain conditions based on reference state.

ja9-look commented 1 year ago

LGTM!