You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the 'send' category of transactions.\n"
1548
1549
+ TransactionDescriptionString()
1549
1550
+ "\"abandoned\": xxx, (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions.\n"
1550
-
"\"comment\": \"...\", (string) If a comment is associated with the transaction.\n"
1551
1551
"\"label\" : \"label\" (string) A comment for the address/transaction, if any\n"
1552
1552
"\"to\": \"...\", (string) If a comment to is associated with the transaction.\n"
1553
+
" },\n"
1554
+
" ...\n"
1553
1555
" ],\n"
1554
-
"\"removed\": [\n"
1556
+
"\"removed\": [ (json array)\n"
1555
1557
" <structure is the same as \"transactions\" above, only present if include_removed=true>\n"
1556
1558
" Note: transactions that were re-added in the active chain will appear as-is in this array, and may thus have a positive confirmation count.\n"
1557
1559
" ],\n"
1558
-
"\"lastblock\": \"lastblockhash\" (string) The hash of the block (target_confirmations-1) from the best block on the main chain. This is typically used to feed back into listsinceblock the next time you call it. So you would generally use a target_confirmations of say 6, so you will be continually re-notified of transactions until they've reached 6 confirmations plus any new ones\n"
1560
+
"\"lastblock\": \"hex\" (string) The hash of the block (target_confirmations-1) from the best block on the main chain. This is typically used to feed back into listsinceblock the next time you call it. So you would generally use a target_confirmations of say 6, so you will be continually re-notified of transactions until they've reached 6 confirmations plus any new ones\n"
0 commit comments