global: snap

This commit is contained in:
nym21
2026-04-04 20:13:03 +02:00
parent 62f51761ee
commit 7fac0bc613
8 changed files with 26 additions and 10 deletions
@@ -1111,12 +1111,14 @@ class PoolDetail(TypedDict):
blockShare: Pool's share of total blocks for different time periods
estimatedHashrate: Estimated hashrate based on blocks mined
reportedHashrate: Self-reported hashrate (if available)
totalReward: Total reward earned by this pool (sats, all time; None for minor pools)
"""
pool: PoolDetailInfo
blockCount: PoolBlockCounts
blockShare: PoolBlockShares
estimatedHashrate: int
reportedHashrate: Optional[int]
totalReward: Union[Sats, None]
class PoolHashrateEntry(TypedDict):
"""