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