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