eth_getEpochStats
Returns the latest epoch statistics
Parameters
String
- only support "latest"
for now.
Returns
Object
- An epoch object, or null when no event was found:
epoch
- QUANTITY - the number of the latest sealed epoch.start
- QUANTITY - the Unix timestamp for when the epoch was start.end
- QUANTITY - the Unix timestamp for when the epoch was end.totalBaseRewardWeight
- QUANTITY - total base staking reward weight cost in the epoch.totalFee
- QUANTITY - total transaction fee cost in the epoch.totalTxRewardWeight
- QUANTITY - total transaction fee reward weight in the epoch.
Example
Request
Result
Last updated