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
1533
"\"confirmations\": n, (numeric) The number of confirmations for the transaction.\n"
1530
1534
" When it's < 0, it means the transaction conflicted that many blocks ago.\n"
1535
+
"\"generated\": xxx, (bool) Only returns true if transaction is a coinbase one\n"
1531
1536
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction.\n"
1532
1537
"\"blockindex\": n, (numeric) The index of the transaction in the block that includes it.\n"
1533
1538
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
1534
1539
"\"txid\": \"transactionid\", (string) The transaction id.\n"
1540
+
"\"walletconflicts:\"hashvalue\", (array) List of txid with which this transaction is conflicting.\n"
1535
1541
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT).\n"
1536
1542
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT).\n"
1537
1543
"\"bip125-replaceable\": \"yes|no|unknown\", (string) Whether this transaction could be replaced due to BIP125 (replace-by-fee);\n"
0 commit comments