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
{RPCResult::Type::NUM, "blocks", "The current block"},
422
422
{RPCResult::Type::NUM, "currentblockweight", /*optional=*/true, "The block weight of the last assembled block (only present if a block was ever assembled)"},
423
423
{RPCResult::Type::NUM, "currentblocktx", /*optional=*/true, "The number of block transactions of the last assembled block (only present if a block was ever assembled)"},
424
+
{RPCResult::Type::STR_HEX, "bits", "The current nBits, compact representation of the block difficulty target"},
424
425
{RPCResult::Type::NUM, "difficulty", "The current difficulty"},
425
426
{RPCResult::Type::NUM, "networkhashps", "The network hashes per second"},
426
427
{RPCResult::Type::NUM, "pooledtx", "The size of the mempool"},
0 commit comments