hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

feat(schema): use the type names passed to schema's `types!` macro in type position #5046

Closed DCNick3 closed 1 month ago

DCNick3 commented 1 month ago

This gives the IDE a hint that it's a type name and allows one to navigate to the type definition and see name resolution errors


Checklist