Type alias PhoenixMarketSubscriberConfig
Phoenix
Market
Subscriber
Config
: { accountSubscription
: { accountLoader
: BulkAccountLoader; type
: "polling"; } | { type
: "websocket"; }; connection
: Connection; fastDecode
?: boolean; marketAddress
: PublicKey; programId
: PublicKey; }
Type declaration
-
accountSubscription: {
accountLoader: BulkAccountLoader;
type: "polling";
} | {
type: "websocket";
}
-
connection: Connection
-
Optional
fastDecode?: boolean
-
-