currentBackendTime constant

BlockfrostMethods const currentBackendTime

This endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.

Implementation

static const BlockfrostMethods currentBackendTime =
    BlockfrostMethods._("Current backend time", "/health/clock");