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