TIME_CONSTANTS
const
TIME_CONSTANTS:object
Defined in: packages/iso-filecoin-synapse/src/constants.js:47
Time and size constants
Type declaration
Section titled “Type declaration”DAYS_PER_MONTH
Section titled “DAYS_PER_MONTH”DAYS_PER_MONTH:
bigint
=30n
Number of days in a month (used for pricing calculations)
DEFAULT_LOCKUP_DAYS
Section titled “DEFAULT_LOCKUP_DAYS”DEFAULT_LOCKUP_DAYS:
bigint
=10n
Default lockup period in days
EPOCH_DURATION
Section titled “EPOCH_DURATION”EPOCH_DURATION:
number
=30
Duration of each epoch in seconds on Filecoin
EPOCHS_PER_DAY
Section titled “EPOCHS_PER_DAY”EPOCHS_PER_DAY:
bigint
=2880n
Number of epochs in a day (24 hours * 60 minutes * 2 epochs per minute)
EPOCHS_PER_MONTH
Section titled “EPOCHS_PER_MONTH”EPOCHS_PER_MONTH:
bigint
=86400n
Number of epochs in a month (30 days)