Type Alias EndOfEpochInfo
EndOfEpochInfo: { 
    epochEndTimestamp: string; 
    lastCheckpointId: string; 
    leftoverStorageFundInflow: string; 
    protocolVersion: string; 
    referenceGasPrice: string; 
    stakeSubsidyAmount: string; 
    storageCharge: string; 
    storageFundBalance: string; 
    storageFundReinvestment: string; 
    storageRebate: string; 
    totalGasFees: string; 
    totalStake: string; 
    totalStakeRewardsDistributed: string; 
}