0
Officiall docs says about this command: "Move from one account in your wallet to another" link
Also from official docs: "Moves are not broadcast to the network, and never incur transaction fees; they just adjust account balances in the wallet." link
As I understand - account is a list of private-public keys (and assosiated metadata) So only action that we can do - move one or more key pairs from one account to another. But in this case we have a problem - we could not move any arbitrary amount of BTC, but only the amount that already associated with addresses. Strange command...
So what does this command actually?
BTC tied with addresses. Therefore, if you send 1BTC to the address Z1 - everyone will see that Z1 has 1BTC. If you want to credit Z2 via BTC tied with Z1 – you need to make one more public transaction. |-|-| As I understand, “account balance” – is the sum of BTC, that tied with account’s addresses. So without new transactions “account balance” can have just discrete value. If you want to set to “account balance” some other value – you need to make new transaction. (I can’t find where my logic is wrong, but it is so because "move" command works :) – Victor Mezrin – 2013-08-22T23:42:41.187