Handbook
Glossary
get-received-by-address ( address -- amount )
Vocabulary
bitcoin
.
client
Inputs
address
a
string
Outputs
amount
a
number
Word description
Returns the total amount received by the address in transactions with at least one confirmation.
Definition
USING:
bitcoin.client.private
;
IN:
bitcoin.client
::
get-received-by-address
( address -- amount )
"getreceivedbyaddress"
{
address
}
bitcoin-request
;