Open cppfuns opened 5 years ago
For the eosio object type, you also need the push_action method, because you need to initialize the system contract. Currently have to use cleos directly
cleos.PushAction( eosio, "init", '[0, "4,EOS"]', (eosio, Permission.ACTIVE))
You are right. Will be fixed soon.
For the eosio object type, you also need the push_action method, because you need to initialize the system contract. Currently have to use cleos directly