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