solanaRpcSubscriptionsNotificationsUnstable top-level constant

List<String> const solanaRpcSubscriptionsNotificationsUnstable

The set of all Solana RPC subscription notification names, including unstable ones.

Implementation

const List<String> solanaRpcSubscriptionsNotificationsUnstable = [
  ...solanaRpcSubscriptionsNotificationsStable,
  'blockNotifications',
  'slotsUpdatesNotifications',
  'voteNotifications',
];