interface FullCronStampConfig {
    API_URL: string;
    BLOCKCHAIN_SOLANA_SERVERS: string[];
    BLOCKCHAIN_XRP_SERVERS: string[];
    CERT_REQUEST_INTERVAL: number;
    CERT_REQUEST_TIMEOUT: number;
    LOG_LEVEL: LOG_LEVELS;
}

Hierarchy

Properties

API_URL: string
BLOCKCHAIN_SOLANA_SERVERS: string[]
BLOCKCHAIN_XRP_SERVERS: string[]
CERT_REQUEST_INTERVAL: number
CERT_REQUEST_TIMEOUT: number
LOG_LEVEL: LOG_LEVELS