backendHealthStatus constant

BlockfrostMethods const backendHealthStatus

Return backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.

Implementation

static const BlockfrostMethods backendHealthStatus =
    BlockfrostMethods._("Backend health status", "/health");