Vana SDK - v2.2.2
    Preparing search index...

    Interface SystemHealthCheckerConfig

    Configuration for SystemHealthChecker.

    interface SystemHealthCheckerConfig {
        atomicStore: IAtomicStore;
        operationStore: IOperationStore;
        publicClient: {};
        chainId: number;
        addresses?: string[];
        staleThresholdSeconds?: number;
    }
    Index

    Properties

    atomicStore: IAtomicStore

    Atomic store for distributed state

    operationStore: IOperationStore

    Operation store for queue state

    publicClient: {}

    Public client for blockchain queries

    chainId: number

    Chain ID to monitor

    addresses?: string[]

    Addresses to monitor (optional)

    staleThresholdSeconds?: number

    Stale threshold in seconds (default: 300)