I'm trying to use the wallet_asset_issue_to_addresses RPC call, but passing the follow parameters leads to an assert:
{\"jsonrpc\":\"2\",\"id\":1,\"method\":\"wallet_asset_issue_to_addresses\",\"params\":[\"ABCDEF\",[{\"BTSD4ZtTqHcoYDFvaAL5QwXvfN2mTkMMVbA1\":\"0.997\"}]]}
message = "Bad Cast (7)\nInvalid cast from object_type to Array\n"
detail = "7 bad_cast_exception: Bad Cast\nInvalid cast from object_type to Array\n    {\"type\":\"object_type\"}\n    th_a  variant.cpp:530 fc::variant::get_array"
Anyone know the correct form?