Results 2 issues of Josh Smith

[Simple Reference Project](https://github.com/jrosmith/corda-persistence) Documentation Version: 4.0 Corda Version: 4.0 In the docs a child token is tied to the parent token via: ``` @Entity @CordaSerializable @Table(name = "child_data") class PersistentChildToken(...

Triaged

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** I'm messing around with monorepos and using a [turbo repo template](https://vercel.com/templates/next.js/turborepo-react-native) as boilerplate....