issues
search
mradkov
/
aeternity-fungible-token
Aeternity blockchain Fungible Token reference implementation. The implementation is based on the proposed AEX9 standard for creating and usage of Sophia smart contract-based fungible tokens.
ISC License
6
stars
13
forks
source link
Remove indexed
#31
Closed
mradkov
closed
5 years ago
mradkov
commented
5 years ago
This removes the
indexed
keyword used in the
event
s used in both the basic token and extensions.
The keyword is not needed anymore as all the arguments of an event are indexed by default.
Updated documentation to affect the changes.
indexed
keyword used in theevent
s used in both the basic token and extensions.