Type alias UserStatsSubscriptionConfig
User
Stats
Subscription
Config
: { commitment
?: Commitment; logResubMessages
?: boolean; resubTimeoutMs
?: number; type
: "websocket"; } | { accountLoader
: BulkAccountLoader; type
: "polling"; } | { type
: "custom"; }