Open 7flash opened 2 years ago
Either define XXX in a .cpp file or declare it inline
Either define XXX in a .cpp file or declare it
inline
Thank you, it worked perfectly, specifically had to add "inline" prefix to all functions in atomicassets contract
https://github.com/pinknetworkx/atomicassets-contract/tree/master/include
mycontract.hpp:
constants.hpp: