Is it possible to put function in array or map(as value) in solidity?
For example in golang i can use empty interface for it, but in solidity idk
Nov 17, 2021, 10:31 PM
No, solidity doesn’t have concept of function pointers or lambdas or delegates or stuff like that
Not array
Gas price is of course very different
Nov 18, 2021, 8:03 AM