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;
}
Type declaration
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