You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
CONTRACT hello : public contract
{
public:
using contract::contract;
ACTION hi(name nm, asset money);
using hi_action = action_wrapper<"hi"_n, &hello::hi>;
};
Sending actions: dune -- cleos push action hello create '{"nm":"hello", "money":"1000000000.0000 SYS"}' -p hello@active
**Return result: ** The following arguments were not expected: SYS"} "money":"1000000000.0000
Run with --help for more information.
Sending actions: dune -- cleos push action hello create '{"nm":"hello", "money":"1000000000.0000 SYS"}' -p hello@active
**Return result: ** The following arguments were not expected: SYS"} "money":"1000000000.0000
Run with --help for more information.
install leap leap-3.1.0-rc4-ubuntu18.04-x86_64.deb
install cdt cdt_3.0.0-rc2_amd64.deb
The text was updated successfully, but these errors were encountered: