epochToDate
epochToDate(
epoch,genesisTimestamp):Date
Defined in: packages/synapse-core/src/utils/epoch.ts:13
Convert a Filecoin epoch to a JavaScript Date
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
epoch | number | The epoch number to convert |
genesisTimestamp | number | The genesis timestamp of the chain in seconds (Unix timestamp) |
Returns
Section titled “Returns”Date object representing the epoch time