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"
1552
1553
+ TransactionDescriptionString()
1553
1554
+ "\"abandoned\": xxx, (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions.\n"
1554
-
"\"comment\": \"...\", (string) If a comment is associated with the transaction.\n"
1555
1555
"\"label\" : \"label\" (string) A comment for the address/transaction, if any\n"
1556
1556
"\"to\": \"...\", (string) If a comment to is associated with the transaction.\n"
1557
+
" },\n"
1558
+
" ...\n"
1557
1559
" ],\n"
1558
-
"\"removed\": [\n"
1560
+
"\"removed\": [ (json array)\n"
1559
1561
" <structure is the same as \"transactions\" above, only present if include_removed=true>\n"
1560
1562
" 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"
1561
1563
" ],\n"
1562
-
"\"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"
1564
+
"\"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