Skip to content

Commit

Permalink
add bank hash to frozen slot update
Browse files Browse the repository at this point in the history
  • Loading branch information
diman-io authored and steveluscher committed Dec 11, 2024
1 parent e1197d1 commit 50d746c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type SlotsUpdatesNotificationsApiNotificationFrozen = Readonly<{
numSuccessfulTransactions: bigint;
numTransactionEntries: bigint;
}>;
hash?: string;
type: 'frozen';
}> &
SlotsUpdatesNotificationsApiNotificationBase;
Expand Down

0 comments on commit 50d746c

Please sign in to comment.