Greetings Everyone,
Can someone please point me or tell me how to write interfaces for contracts to standardize operations. For e.g a fungible token (I am aware of AEX9) but the implementations can be compromised.
I saw this in docs inside this title https://aeternity-sophia.readthedocs.io/en/latest/contracts/#splitting-code-over-multiple-files
Please let me know any solution to including interfaces in Contracts in such a way that all methods should be required to be defined in the child contract.
This is a nice resource and looks very close to what I want to do but don’t know exactly how to add those interfaces in that way (described above) https://github.com/mradkov/aeternity-fungible-token/tree/master/contracts