Type alias BakerPoolStatus

BakerPoolStatus: PoolStatusWrapper<BakerPool, BakerPoolStatusDetails>

Contains information about a given pool at the end of a given block. From protocol version 7, pool removal has immediate effect, however, the pool may still be present for the current (and possibly next) reward period. In this case, the current_payday_info field will be set, but the equity_capital, delegated_capital, delegated_capital_cap and, pool_info fields will all be absent. The equity_pending_change field will also be absent, as stake changes are immediate.

Generated using TypeDoc