list-received-by-address ( minconf include-empty -- seq )


Vocabulary
bitcoin.client

Inputs
minconfa number
include-emptya boolean


Outputs
seqa sequence


Word description
Return a sequence containing an assoc of data about the payments an address has received. 'include-empty' indicates whether addresses that haven't received any payments should be included. 'minconf' is the minimum number of confirmations before payments are included.

Definition


:: list-received-by-address ( minconf include-empty -- seq )
"listreceivedbyaddress"
{ minconf include-empty } bitcoin-request ;