get-confirmed-received-by-label ( label minconf -- amount )


Vocabulary
bitcoin.client

Inputs
labela string
minconfa number


Outputs
amounta number


Word description
Returns the total amount received by the addresses with 'label' in transactions with at least 'minconf' confirmations.

Definition


:: get-confirmed-received-by-label
( label minconf -- amount )
"getreceivedbylabel" { label minconf } bitcoin-request ;