{
"subject": "Re: Multiple Wallets, one computer",
"content": {
"format": "html",
"body": "<div class=\"post\">Here's some pseudocode of how you would use the account based commands. It sure makes website integration a lot easier.<br/><br/>print \"send to \" + getaccountaddress(username) + \" to fund your account\"<br/>print \"balance: \" + getbalance(username, 0)<br/>print \"available balance: \" + getbalance(username, 6)<br/><br/>// if you make a sale, move the money out of their account<br/>move(username, \"\", amount, 6)<br/><br/>// withdrawal<br/>sendfrom(username, bitcoinaddress, amount, 6)</div>"
},
"source": {
"name": "Bitcoin Forum",
"url": "https://bitcointalk.org/index.php?topic=665.msg18508#msg18508"
},
"date": "2010-10-25T16:53:53Z"
}