Stake pool epoch stats.

Hierarchy

  • StakePoolEpochRewards

Constructors

Properties

activeStake: bigint

Active stake is a stake snapshot from 2 epochs ago and is used in the current era as part of the block leadership schedule.

The epoch number at which these rewards were calculated.

Deprecated

Use epochNo instead

epochLength: number

Epoch length in milliseconds.

epochNo: Cardano.EpochNo

The epoch number at which these rewards were calculated.

leaderRewards: bigint

The rewards generated by the pool that leaders have access to in the current epoch.

memberActiveStake: bigint

The part of the active stake delegated by members.

memberROI?: Percent

The Return Of Investment (ROI) from a delegator's perspective in the given epoch. Not annualized.

Formula: memberRewards / (activeStake - pledge)

Incomplete for last two epochs.

Deprecated

No longer supported

memberRewards: bigint

The rewards generated by the pool that members have access to in the current epoch.

pledge: bigint

The amount pledged by the pool owners.

rewards: bigint

The rewards generated by the pool in the current epoch.

Generated using TypeDoc