Scatter-Tutorials icon indicating copy to clipboard operation
Scatter-Tutorials copied to clipboard

About basics code

Open lelence opened this issue 7 years ago • 0 comments

hi, thanks for the code. I have one question, may I add a "namespace" in basics.cpp, like this:

namespace test { class basics : public contract {...}; } EOSIO_ABI( test::basics, (test) )

I know if the namespace is "eosio" it`s ok, but other characters , will create an empty abi file, how can I do.

lelence avatar May 18 '18 14:05 lelence