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"
1529
-
"\"confirmations\": n, (numeric) The number of confirmations for the transaction.\n"
1530
-
" When it's < 0, it means the transaction conflicted that many blocks ago.\n"
1531
-
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction.\n"
1532
-
"\"blockindex\": n, (numeric) The index of the transaction in the block that includes it.\n"
1533
-
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
1534
-
"\"txid\": \"transactionid\", (string) The transaction id.\n"
1535
-
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT).\n"
1536
-
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT).\n"
1537
-
"\"bip125-replaceable\": \"yes|no|unknown\", (string) Whether this transaction could be replaced due to BIP125 (replace-by-fee);\n"
1538
-
" may be unknown for unconfirmed transactions not in the mempool\n"
1539
-
"\"abandoned\": xxx, (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions.\n"
1534
+
+ TransactionDescriptionString()
1535
+
+ "\"abandoned\": xxx, (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions.\n"
1540
1536
"\"comment\": \"...\", (string) If a comment is associated with the transaction.\n"
1541
1537
"\"label\" : \"label\" (string) A comment for the address/transaction, if any\n"
1542
1538
"\"to\": \"...\", (string) If a comment to is associated with the transaction.\n"
0 commit comments