Binary Representation for from_candid - motoko

In the mean time we can test with didc I think: candid/tools/didc at master · dfinity/candid · GitHub

didc encode '("text")' -d hello.did -m greet
4449444c0001710474657874

We just have to figure out what exactly is going to be passed in…if it is vec[nat8] then we’d need to convert that hex output to the array.

1 Like