Skip to main content
Version: 27.4.x

Interface: StakingEraInfo

api/client/types.StakingEraInfo

A conglomeration of staking storage related to the active era

Properties

activeEra

activeEra: BigNumber

The active era. This is the era whose rewards and slashes are being processed and may lag the current era

Defined in

api/client/types.ts:267


activeEraStart

activeEraStart: BigNumber

The block in which the active era began

Defined in

api/client/types.ts:271


currentEra

currentEra: BigNumber

The current era

Defined in

api/client/types.ts:275


plannedSession

plannedSession: BigNumber

The planned session number. A session is a subdivision of an era

Defined in

api/client/types.ts:279


totalStaked

totalStaked: BigNumber

The total amount of POLYX staked

Defined in

api/client/types.ts:283