Hi there,
I'm trying to create a transaction to many addresses with the sendmany method like so:
multichain-cli chain1 sendmany "1D1FYAEBKT6RgmPxcnZK7NRqgCpryNt18KMv4i" "{\"1SVdbBG23BcDwiB9o2woA7c6YddNaFMN9wFRPK\":2.0,\"1X8sZWWDmjZANgKx4oBqYofPo2wKox5fJqYNhY\":7.0}"
I'm getting the error: {"code":-3,"message":"Invalid amount"}
I suspect this is happening because I'm not specifying the asset class, and I couldn't find any reference in the documentation. How is it implemented?
Thanks!