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
For contracts that implement FungibleToken and FungibleBurnable, the implementation of TokenInterface can be derived by a macro.
Providing this macro may ease the process for developer who want their contracts to implement both our traits, and also TokenInterface for compatibility reasons.
The text was updated successfully, but these errors were encountered:
What is the feature you would like to see?
For contracts that implement
FungibleToken
andFungibleBurnable
, the implementation ofTokenInterface
can be derived by a macro.Providing this macro may ease the process for developer who want their contracts to implement both our traits, and also
TokenInterface
for compatibility reasons.The text was updated successfully, but these errors were encountered: