File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export type DriftClientSubscriptionConfig =
81
81
resubOpts ?: ResubOpts ,
82
82
commitment ?: Commitment
83
83
) => WebSocketAccountSubscriberV2 < any > | WebSocketAccountSubscriber < any > ;
84
+ programUserAccountSubscriber ?: WebSocketProgramAccountSubscriber < UserAccount > ;
84
85
}
85
86
| {
86
87
type : 'polling' ;
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ export { WebSocketAccountSubscriberV2 } from './accounts/webSocketAccountSubscri
15
15
export { WebSocketProgramAccountSubscriber } from './accounts/webSocketProgramAccountSubscriber' ;
16
16
export { WebSocketProgramUserAccountSubscriber } from './accounts/websocketProgramUserAccountSubscriber' ;
17
17
export { WebSocketAccountSubscriberV2 } from './accounts/webSocketAccountSubscriberV2' ;
18
+ export { WebSocketProgramAccountSubscriber } from './accounts/webSocketProgramAccountSubscriber' ;
19
+ export { WebSocketProgramUserAccountSubscriber } from './accounts/websocketProgramUserAccountSubscriber' ;
18
20
export * from './accounts/bulkAccountLoader' ;
19
21
export * from './accounts/bulkUserSubscription' ;
20
22
export * from './accounts/bulkUserStatsSubscription' ;
You can’t perform that action at this time.
0 commit comments