mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Rpc/getreceivedbyaddress note (#141)
* RPC - getreceivedbyaddress clarification * RPC - getreceivedbyaddress
This commit is contained in:
parent
1d7d3920a7
commit
3f6f7a7dd7
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Requires wallet support.*
|
*Requires wallet support.*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} Note: This RPC only returns a balance for addresses contained in the local wallet.
|
||||||
|
|
||||||
The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
|
The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
|
||||||
|
|
||||||
*Parameter #1---the address*
|
*Parameter #1---the address*
|
||||||
|
@ -23,7 +25,7 @@ The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
|
||||||
- n: "Address"
|
- n: "Address"
|
||||||
t: "string"
|
t: "string"
|
||||||
p: "Required<br>(exactly 1)"
|
p: "Required<br>(exactly 1)"
|
||||||
d: "The address whose transactions should be tallied"
|
d: "__Only works for addresses contained in the local wallet__<br><br>The address whose transactions should be tallied"
|
||||||
|
|
||||||
{% enditemplate %}
|
{% enditemplate %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue