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.
With every custom transaction we should be able to specify some distinct fee for it. And that should not involve passing any configuration at application level.
That will be accessible through CustomTransaction.meta.fee in element and in framework where ever required.
Actual behavior
Currently transaction fee is defined as constants in the transactions element as well as framework constants. Which makes it impossible to create and register new transaction.
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered:
Expected behavior
With every custom transaction we should be able to specify some distinct fee for it. And that should not involve passing any configuration at application level.
That will be accessible through
CustomTransaction.meta.fee
in element and in framework where ever required.Actual behavior
Currently transaction fee is defined as constants in the
transactions
element as well asframework
constants. Which makes it impossible to create and register new transaction.Which version(s) does this affect? (Environment, OS, etc...)
2.0.0
The text was updated successfully, but these errors were encountered: