Interface CurrentPaydayBakerPoolStatus

Information about a baker pool in the current reward period.

Hierarchy

  • CurrentPaydayBakerPoolStatus

Properties

bakerEquityCapital: CcdAmount

The effective equity capital of the baker for the current reward period.

blocksBaked: bigint

The number of blocks baked in the current reward period.

commissionRates: CommissionRates

The commission rates that apply for the current reward period.

delegatedCapital: CcdAmount

The effective delegated capital to the pool for the current reward period.

effectiveStake: CcdAmount

The effective stake of the baker in the current reward period.

finalizationLive: boolean

The number of blocks baked in the current reward period.

isPrimedForSuspension: boolean

A flag indicating whether the pool owner is primed for suspension. Will always be false if the protocol version does not support validator suspension.

lotteryPower: number

The lottery power of the baker in the current reward period.

missedRounds: bigint

The number of missed rounds in the current reward period. Will always be 0n if the protocol version does not support validator suspension.

transactionFeesEarned: CcdAmount

The transaction fees accruing to the pool in the current reward period.

Generated using TypeDoc