epochToDate
function epochToDate(epoch, network): Date;Defined in: packages/synapse-sdk/src/utils/epoch.ts:16
Convert a Filecoin epoch to a JavaScript Date
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
epoch | number | The epoch number to convert | 
network | FilecoinNetworkType | The Filecoin network (mainnet or calibration) | 
Returns
Section titled “Returns”Date object representing the epoch time