get-received-by-address ( address -- amount )


Vocabulary
bitcoin.client

Inputs
addressa string


Outputs
amounta number


Word description
Returns the total amount received by the address in transactions with at least one confirmation.

Definition


:: get-received-by-address ( address -- amount )
"getreceivedbyaddress" { address } bitcoin-request ;