GeneralEraInfo: StorageDescriptor<
    [Key: number],
    {
        active_stake: bigint;
        locked: bigint;
        rewards: { dao: bigint; stakers: bigint };
        staked: bigint;
    },
    true,
    never,
>

General information about an era.