Accounts example code

Some sample pseudocode using the new Accounts based commands in 0.3.18. print “send to ” + getaccountaddress(username) + ” to fund your account” print “balance: ” + getbalance(username, 0) print “available balance: ” + getbalance(username, 6) // if you make a sale, move the money from their account to your […]

Read more
1 2 3 54