Era: {
    type: "Immortal";
} | {
    type: "Mortal";
    value: {
        period: bigint;
        phase: bigint;
    };
}