Replies: 1 comment
|
I don't think this is officially/properly supported despite the claim in the docs, so added it as a feature request here. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using v8 with TypeScript-based schemas.
The documentation states the ts approach is useful when:
It also shows an example single-file schema; here it is, but simplified:
I want to split that into separate files and compose them in the main contract file, for example:
I've struggled to get that to work, as there's no guidance for that scenario (other than stating it's possible), and the changes between versions makes it hard to find the correct syntax.
What is the official approach for this scenario?
Thanks!
All reactions