Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FlutterCoin FLT Proof Of Transaction v2 UPDATE to v0.4.5.7 IMMEDIATELY
by
some1ell
on 14/05/2014, 11:17:07 UTC
hei

Is there a way to display wallet balance like in way dogecoin has it?

addressbalance
Returns amount ever received minus amount ever sent by a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/addressbalance

Example: http://dogechain.info/chain/Dogecoin/q/addressbalance/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

getreceivedbyaddress
Returns the amount ever received by a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress

Example: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

getsentbyaddress
Returns the amount ever sent from a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress

Example: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

If someone know how to achieve this with fluttercoin, please let me know!