试问大神,solidity中已经有正常的event了为什么还支持 anonymous,就是想问下 anonymous event 的用处是啥,和一般的event 的用处区别
它的作用就是gas 更低。
默认的的事件都会有索引, anonymous event 就是指明不加索引。