We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19f073 commit b2b2098Copy full SHA for b2b2098
packages/rpc-subscriptions-api/src/slots-updates-notifications.ts
@@ -19,13 +19,13 @@ type SlotsUpdatesNotificationsApiNotificationDead = Readonly<{
19
SlotsUpdatesNotificationsApiNotificationBase;
20
21
type SlotsUpdatesNotificationsApiNotificationFrozen = Readonly<{
22
+ hash?: string;
23
stats: Readonly<{
24
maxTransactionsPerEntry: bigint;
25
numFailedTransactions: bigint;
26
numSuccessfulTransactions: bigint;
27
numTransactionEntries: bigint;
28
}>;
- hash?: string;
29
type: 'frozen';
30
}> &
31
0 commit comments