"[ (array of json object)\n"
" {\n"
" \"txid\" : \"txid\", (string) the transaction id \n"
- " \"jsindex\" : n (numeric) the joinsplit index\n"
- " \"jsoutindex\" (sprout) : n (numeric) the output index of the joinsplit\n"
- " \"outindex\" (sapling) : n (numeric) the output index\n"
- " \"confirmations\" : n (numeric) the number of confirmations\n"
- " \"spendable\" : true|false (boolean) true if note can be spent by wallet, false if note has zero confirmations, false if address is watchonly\n"
+ " \"jsindex\" (sprout) : n, (numeric) the joinsplit index\n"
+ " \"jsoutindex\" (sprout) : n, (numeric) the output index of the joinsplit\n"
+ " \"outindex\" (sapling) : n, (numeric) the output index\n"
+ " \"confirmations\" : n, (numeric) the number of confirmations\n"
+ " \"spendable\" : true|false, (boolean) true if note can be spent by wallet, false if address is watchonly\n"
" \"address\" : \"address\", (string) the shielded address\n"
" \"amount\": xxxxx, (numeric) the amount of value in the note\n"
" \"memo\": xxxxx, (string) hexademical string representation of memo field\n"
"2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n"
"\nResult:\n"
"{\n"
- " \"txid\": xxxxx, (string) the transaction id\n"
+ " \"txid\": \"txid\", (string) the transaction id\n"
" \"amount\": xxxxx, (numeric) the amount of value in the note\n"
- " \"memo\": xxxxx, (string) hexademical string representation of memo field\n"
+ " \"memo\": xxxxx, (string) hexadecimal string representation of memo field\n"
+ " \"jsindex\" (sprout) : n, (numeric) the joinsplit index\n"
+ " \"jsoutindex\" (sprout) : n, (numeric) the output index of the joinsplit\n"
+ " \"outindex\" (sapling) : n, (numeric) the output index\n"
" \"change\": true|false, (boolean) true if the address that received the note is also one of the sending addresses\n"
"}\n"
"\nExamples:\n"