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
"The total number of transactions in the chain up to that point, if known. "
1650
+
"It may be unknown when using assumeutxo."},
1649
1651
{RPCResult::Type::STR_HEX, "window_final_block_hash", "The hash of the final block in the window"},
1650
1652
{RPCResult::Type::NUM, "window_final_block_height", "The height of the final block in the window."},
1651
1653
{RPCResult::Type::NUM, "window_block_count", "Size of the window in number of blocks"},
1652
-
{RPCResult::Type::NUM, "window_tx_count", /*optional=*/true, "The number of transactions in the window. Only returned if \"window_block_count\" is > 0"},
"Only returned if \"window_block_count\" is > 0 and if txcount exists for the start and end of the window."},
1653
1657
{RPCResult::Type::NUM, "window_interval", /*optional=*/true, "The elapsed time in the window in seconds. Only returned if \"window_block_count\" is > 0"},
1654
-
{RPCResult::Type::NUM, "txrate", /*optional=*/true, "The average rate of transactions per second in the window. Only returned if \"window_interval\" is > 0"},
0 commit comments