Type alias OpenbookV2SubscriberConfig
 
Openbook
V2
Subscriber
Config
: {     accountSubscription
: {         accountLoader
: BulkAccountLoader;         type
: "polling";     } | {         type
: "websocket";     };     connection
: Connection;     marketAddress
: PublicKey;     programId
: PublicKey; } 
Type declaration
- 
accountSubscription: { 
    accountLoader: BulkAccountLoader; 
    type: "polling"; 
} | { 
    type: "websocket"; 
}
 
- 
connection: Connection
 
- 
 
-