Skip to content

Commit

Permalink
fix: beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Nov 26, 2024
1 parent 1e9bb31 commit d10b199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ type WebSocketMethods = {
};
};

/**
* Server -> Client events over WebSockets
*/
export type WebSocketEvents = {
starknet_subscriptionReorg: SubscriptionReorgResponse;
starknet_subscriptionNewHeads: SubscriptionNewHeadsResponse;
Expand Down

0 comments on commit d10b199

Please sign in to comment.