|
|
@ -740,9 +740,9 @@ UniValue getbalance(const JSONRPCRequest& request) |
|
|
|
"\nResult:\n" |
|
|
|
"\nResult:\n" |
|
|
|
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n" |
|
|
|
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n" |
|
|
|
"\nExamples:\n" |
|
|
|
"\nExamples:\n" |
|
|
|
"\nThe total amount in the wallet\n" |
|
|
|
"\nThe total amount in the wallet with 1 or more confirmations\n" |
|
|
|
+ HelpExampleCli("getbalance", "") + |
|
|
|
+ HelpExampleCli("getbalance", "") + |
|
|
|
"\nThe total amount in the wallet at least 5 blocks confirmed\n" |
|
|
|
"\nThe total amount in the wallet at least 6 blocks confirmed\n" |
|
|
|
+ HelpExampleCli("getbalance", "\"*\" 6") + |
|
|
|
+ HelpExampleCli("getbalance", "\"*\" 6") + |
|
|
|
"\nAs a json rpc call\n" |
|
|
|
"\nAs a json rpc call\n" |
|
|
|
+ HelpExampleRpc("getbalance", "\"*\", 6") |
|
|
|
+ HelpExampleRpc("getbalance", "\"*\", 6") |
|
|
|