Dfx canister call <canister> <metod> <args>

Hello, first of all thank you very much for the help you are giving me! Here I have a not very complex query. How can I send arguments to the sendMsg(a:Text, b: Text) function of a canister from the console?


Thank you

dfx canister --network ic call <canister_name> sendMsj ‘(“”, “”)’

1 Like