1
It seems that I can do sendmany(fromaccount, {address:amount,...}) which can have multiple outputs with one account, and sendtoaddress(bitcoinaddress, amount) can have one output with any amount of accounts. Is there a way to have multiple outputs with any number of accounts? I have small amounts of bitcoins distributed amount different accounts and I would like to put them in one transaction to minimize fees. It's odd that there is no rpc call for such a function, or am I completely missing something? Or is there a work around I can do?