" 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"
" ,...\n"
" ],\n"
"\"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"
"\"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"
"\"weight\" : n, (numeric) total transaction weight, as counted for purposes of block limits\n"
"\"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n"
" }\n"
" ,...\n"
" ],\n"
"\"coinbaseaux\" : { (json object) data that should be included in the coinbase's scriptSig content\n"
"\"flags\" : \"xx\" (string) key name is to be ignored, and value included in scriptSig\n"
" },\n"
"\"coinbasevalue\" : n, (numeric) maximum allowable input to coinbase transaction, including the generation award and transaction fees (in satoshis)\n"
"\"coinbasetxn\" : { ... }, (json object) information for coinbase transaction\n"
"\"target\" : \"xxxx\", (string) The hash target\n"
"\"mintime\" : xxx, (numeric) The minimum timestamp appropriate for next block time in seconds since epoch (Jan 1 1970 GMT)\n"
"\"mutable\" : [ (array of string) list of ways the block template may be changed \n"
"\"value\" (string) A way the block template may be changed, e.g. 'time', 'transactions', 'prevblock'\n"
" ,...\n"
" ],\n"
"\"noncerange\" : \"00000000ffffffff\",(string) A range of valid nonces\n"
"\"sigoplimit\" : n, (numeric) limit of sigops in blocks\n"
"\"sizelimit\" : n, (numeric) limit of block size\n"
"\"weightlimit\" : n, (numeric) limit of block weight\n"
"\"curtime\" : ttt, (numeric) current timestamp in seconds since epoch (Jan 1 1970 GMT)\n"
"\"bits\" : \"xxxxxxxx\", (string) compressed target of next block\n"
"\"height\" : n (numeric) The height of the next block\n"
"\"blocktemplate_blob\" : \"xxxx\", (string) Blob on which to try to mine a new block.\n"
"\"blockhashing_blob\" : \"xxxx\", (string) Blob on which to try to find a valid nonce.\n"
"\"difficulty\" : n, (unsigned int) Difficulty of next block.\n"
"\"expected_reward\" : n, (unsigned int) Coinbase reward expected to be received if block is successfully mined.\n"
"\"height\" : n, (unsigned int) maximum allowable input to coinbase transaction, including the generation award and transaction fees (in satoshis)\n"
"\"prev_hash\" : \"xxxx\", (string) Hash of the most recent block on which to mine the next block.\n"
"\"status\" : \"xxx\", (string) General RPC error code. \"OK\" means everything looks good.\n"
"\"untrusted\" : n, (boolean) States if the result is obtained using the bootstrap mode, and is therefore not trusted (true), or when the daemon is fully synced (false).\n"