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
"\"amount\": x.xxx, (numeric) The amount in " + CURRENCY_UNIT + ". This is negative for the 'send' category, and is positive\n"
1608
+
" for all other categories\n"
1599
1609
"\"vout\" : n, (numeric) the vout value\n"
1600
1610
"\"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"
1601
-
"\"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and 'receive' category of transactions.\n"
1611
+
"\"confirmations\": n, (numeric) The number of confirmations for the transaction.\n"
1602
1612
" When it's < 0, it means the transaction conflicted that many blocks ago.\n"
1603
-
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive' category of transactions.\n"
1604
-
"\"blockindex\": n, (numeric) The index of the transaction in the block that includes it. Available for 'send' and 'receive' category of transactions.\n"
1613
+
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction.\n"
1614
+
"\"blockindex\": n, (numeric) The index of the transaction in the block that includes it.\n"
1605
1615
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
1606
-
"\"txid\": \"transactionid\", (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n"
1616
+
"\"txid\": \"transactionid\", (string) The transaction id.\n"
1607
1617
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT).\n"
1608
-
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT). Available for 'send' and 'receive' category of transactions.\n"
1618
+
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT).\n"
1609
1619
"\"bip125-replaceable\": \"yes|no|unknown\", (string) Whether this transaction could be replaced due to BIP125 (replace-by-fee);\n"
1610
1620
" may be unknown for unconfirmed transactions not in the mempool\n"
1611
1621
"\"abandoned\": xxx, (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions.\n"
0 commit comments