Generate a macro

https://github.com/paritytech/substrate/issues/9967

I used what you laid out to get around completing the second task, but I did not ask the right questions probably. A directory fame/support is where tools for building a blockchain runtime are defined including procedural macros, an example of a runtime can be found in bin/node/runtime. I am to add support for implementing ConstGet<T> for constants in traits under #[frame_support:: pallet] I think but not sure and don't know how to go about it

@Yandros what do you think?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.