I am using tondev and trying to call the function with payload param:
tondev contract run Wallet sendTransaction --input "dest: 0x5074b87aa1ece77b28f652ccd43db00b83c20da606529d2fdf7bb0f4ce9704a3, payload: te6ccgEBAQEABgAACETLeAA="
And got the error:
Error: Param params (tuple) expect name at "...0f4ce9704a3, -> payload: te..."
What is wrong?
Three problems:
0x
After these changes you should have the following command which works:
tondev c r Wallet sendTransaction -i dest:5074b87aa1ece77b28f652ccd43db00b83c20da606529d2fdf7bb0f4ce9704a3,payload:te6ccgEBAQEABgAACETLeAA=