dateToEpoch
function dateToEpoch(date, network): number;
Defined in: packages/synapse-sdk/src/utils/epoch.ts:29
Convert a JavaScript Date to a Filecoin epoch
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
date | Date | The date to convert |
network | FilecoinNetworkType | The Filecoin network (mainnet or calibration) |
Returns
Section titled “Returns”number
The epoch number (rounded down to nearest epoch)