1
Let say, when I set second parameter of craterawtransaction call as below
[{"demoaddress1": 0.42}, {"demoaddress2": 1.00}]
Is it possible to occur that returned transaction's output is not ordered as same? like below
[{"demoaddress2": 1.00}, {"demoaddress1": 0.42}]