Interface BakerRewardPeriodInfo

Information about a particular baker with respect to the current reward period.

Hierarchy

  • BakerRewardPeriodInfo

Properties

baker: BakerInfo

The baker id and public keys for the baker.

commissionRates: CommissionRates

The effective commission rate for the baker that applies for the reward period.

delegatedCapital: CcdAmount

The total amount of capital delegated to this baker pool.

effectiveStake: CcdAmount

The effective stake of the baker for the consensus protocol. The returned amount accounts for delegation, capital bounds and leverage bounds.

equityCapital: CcdAmount

The amount staked by the baker itself.

isFinalizer: boolean

Whether the baker is a finalizer or not.

Generated using TypeDoc