solanaRpcSubscriptionsNotificationsUnstable top-level constant
The set of all Solana RPC subscription notification names, including unstable ones.
Implementation
const List<String> solanaRpcSubscriptionsNotificationsUnstable = [
...solanaRpcSubscriptionsNotificationsStable,
'blockNotifications',
'slotsUpdatesNotifications',
'voteNotifications',
];