add memo as hex and str to z_listreceivedaddress
This commit is contained in:
@@ -3401,6 +3401,8 @@ UniValue z_listreceivedaddress(const UniValue& params, bool fHelp,const CPubKey&
|
||||
" \"saplingReceived\": [{ An Array of utxos/notes received for sapling addresses\n"
|
||||
" \"address\": \"zeroaddress\", (string) Shielded address (z-address)\n"
|
||||
" \"amount\": x.xxxx, (numeric) Value of output being received " + CURRENCY_UNIT + ", positive for receives\n"
|
||||
" \"memo\": xxxxx, (string) hexademical string representation of memo field\n"
|
||||
" \"memoStr\" : \"memo\", (string) Only returned if memo contains valid UTF-8 text.\n"
|
||||
" \"sheildedOutputIndex\": n, (numeric) The index of the ShieledOutput\n"
|
||||
" \"change\": true/false (string) The note is change. This can result from sending funds\n"
|
||||
" to the same address they came from, or incomplete useage\n"
|
||||
|
||||
Reference in New Issue
Block a user