You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
With the json based module specification, it's easy to export, but its difficult to introduce some common behavior to all modules.
Also its not aligned with other framework structs we are providing e.g. To create a new transaction we will specify something like
We want to align module framework struct with similar way and introduce a
BaseModule
class.Actual behavior
Currently we are expecting any module to export a
json
object in following structure.Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered: