An open better-sqlite3 Database handle.
The Stellar network to monitor ("testnet" | "mainnet" | …).
OptionalrpcUrl: string
Optional override for the RPC endpoint URL.
OptionalfeeSponsorSecret: string
Optional fee sponsor secret key source string.
OptionalpredictiveOpts: PredictiveOptions
Optional predictive scheduling options (issue #492).
One complete monitoring polling cycle.
Responsibilities:
Contract: pure logic — no timers, no CLI concerns, no side-effects beyond the provided
dbhandle. Errors from individual contracts are collected and returned rather than propagated so that one bad contract cannot abort the entire cycle.