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
" n (numeric) transactions before this one (by 1-based index in 'transactions' list) that must be present in the final block if this one is\n"
357
363
" ,...\n"
358
364
" ],\n"
359
-
"\"fee\": n, (numeric) difference in value between transaction inputs and outputs (in Satoshis); for coinbase transactions, this is a negative Number of the total collected block fees (ie, not including the block subsidy); if key is not present, fee is unknown and clients MUST NOT assume there isn't one\n"
360
-
"\"sigops\" : n, (numeric) total SigOps cost, as counted for purposes of block limits; if key is not present, sigop cost is unknown and clients MUST NOT assume it is zero\n"
361
-
"\"weight\" : n, (numeric) total transaction weight, as counted for purposes of block limits\n"
362
-
"\"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n"
365
+
"\"fee\": n, (numeric) difference in value between transaction inputs and outputs (in Satoshis); for coinbase transactions, this is a negative Number of the total collected block fees (ie, not including the block subsidy); if key is not present, fee is unknown and clients MUST NOT assume there isn't one\n"
366
+
"\"sigops\" : n, (numeric) total SigOps cost, as counted for purposes of block limits; if key is not present, sigop cost is unknown and clients MUST NOT assume it is zero\n"
367
+
"\"weight\" : n, (numeric) total transaction weight, as counted for purposes of block limits\n"
368
+
"\"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n"
363
369
" }\n"
364
370
" ,...\n"
365
371
" ],\n"
366
-
"\"coinbaseaux\" : { (json object) data that should be included in the coinbase's scriptSig content\n"
367
-
"\"flags\" : \"flags\" (string) \n"
372
+
"\"coinbaseaux\" : { (json object) data that should be included in the coinbase's scriptSig content\n"
373
+
"\"flags\" : \"xx\"(string) key name is to be ignored, and value included in scriptSig\n"
368
374
" },\n"
369
-
"\"coinbasevalue\" : n, (numeric) maximum allowable input to coinbase transaction, including the generation award and transaction fees (in Satoshis)\n"
370
-
"\"coinbasetxn\" : { ... }, (json object) information for coinbase transaction\n"
371
-
"\"target\" : \"xxxx\", (string) The hash target\n"
372
-
"\"mintime\" : xxx, (numeric) The minimum timestamp appropriate for next block time in seconds since epoch (Jan 1 1970 GMT)\n"
373
-
"\"mutable\" : [ (array of string) list of ways the block template may be changed \n"
374
-
"\"value\" (string) A way the block template may be changed, e.g. 'time', 'transactions', 'prevblock'\n"
375
+
"\"coinbasevalue\" : n, (numeric) maximum allowable input to coinbase transaction, including the generation award and transaction fees (in Satoshis)\n"
376
+
"\"coinbasetxn\" : { ... }, (json object) information for coinbase transaction\n"
377
+
"\"target\" : \"xxxx\", (string) The hash target\n"
378
+
"\"mintime\" : xxx, (numeric) The minimum timestamp appropriate for next block time in seconds since epoch (Jan 1 1970 GMT)\n"
379
+
"\"mutable\" : [ (array of string) list of ways the block template may be changed \n"
380
+
"\"value\"(string) A way the block template may be changed, e.g. 'time', 'transactions', 'prevblock'\n"
375
381
" ,...\n"
376
382
" ],\n"
377
-
"\"noncerange\" : \"00000000ffffffff\",(string) A range of valid nonces\n"
378
-
"\"sigoplimit\" : n, (numeric) cost limit of sigops in blocks\n"
383
+
"\"noncerange\" : \"00000000ffffffff\",(string) A range of valid nonces\n"
384
+
"\"sigoplimit\" : n, (numeric) limit of sigops in blocks\n"
379
385
"\"sizelimit\" : n, (numeric) limit of block size\n"
380
386
"\"weightlimit\" : n, (numeric) limit of block weight\n"
381
387
"\"curtime\" : ttt, (numeric) current timestamp in seconds since epoch (Jan 1 1970 GMT)\n"
382
-
"\"bits\" : \"xxx\", (string) compressed target of next block\n"
388
+
"\"bits\" : \"xxxxxxxx\", (string) compressed target of next block\n"
383
389
"\"height\" : n (numeric) The height of the next block\n"
0 commit comments