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
" outbound. It is positive for the 'receive' category, and for the 'move' category for inbound funds.\n"
1777
1777
"\"vout\" : n, (numeric) the vout value\n"
1778
1778
"\"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"
1779
-
"\"instantlock\" : true|false, (bool) Current transaction lock state. Available for 'send' and 'receive' category of transactions.\n"
1780
-
"\"chainlock\" : true|false, (bool) The state of the corresponding block chainlock\n"
1781
1779
"\"confirmations\" : n, (numeric) The number of blockchain confirmations for the transaction. Available for 'send' and 'receive' category of transactions.\n"
1782
1780
" When it's < 0, it means the transaction conflicted that many blocks ago.\n"
1781
+
"\"instantlock\" : true|false, (bool) Current transaction lock state. Available for 'send' and 'receive' category of transactions.\n"
1782
+
"\"chainlock\" : true|false, (bool) The state of the corresponding block chainlock\n"
1783
1783
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive' category of transactions.\n"
1784
1784
"\"blockindex\": n, (numeric) The index of the transaction in the block that includes it. Available for 'send' and 'receive' category of transactions.\n"
1785
1785
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
0 commit comments