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::STR_HEX, "window_final_block_hash", "The hash of the final block in the window"},
1652
1652
{RPCResult::Type::NUM, "window_final_block_height", "The height of the final block in the window."},
1653
1653
{RPCResult::Type::NUM, "window_block_count", "Size of the window in number of blocks"},
1654
+
{RPCResult::Type::NUM, "window_interval", /*optional=*/true, "The elapsed time in the window in seconds. 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."},
1657
-
{RPCResult::Type::NUM, "window_interval", /*optional=*/true, "The elapsed time in the window in seconds. Only returned if \"window_block_count\" is > 0"},
0 commit comments