Common trait for companion generated structs #21
Labels
I8-enhancement
An additional feature.
P2-nice-to-have
Issue is worth doing.
Q0-trivial
An issure which is similar to patching code.
Currently, the macro bundles together multiple builders in order to generate a relay-parac-chain-setup. It would be nice if at the same point the macro could implement a
trait CompanionNetwork
that defines all calls the macro provides for the struct anyways.This would allow to use the
trait CompanionNetwork
in function/method interfaces and increases re-usability.The changes are rather easy.
Tasks
The text was updated successfully, but these errors were encountered: