Subscriptions#
Allows clients to receive real-time updates and notifications about various on-chain events.
accountSubscribe : Subscribes to account updates.
accountUnsubscribe : Unsubscribes from account updates.
blockSubscribe : Subscribes to block updates.
blockUnsubscribe : Unsubscribes from block updates.
logsSubscribe : Subscribes to log updates.
logUnsubscribe : Unsubscribes from log updates.
programSubscribe : Subscribes to program updates.
programUnsubscribe : Unsubscribes from program updates.
signatureSubscribe : Subscribes to signature updates.
signatureUnsubscribe : Unsubscribes from signature updates.
slotSubscribe : Subscribes to slot updates.
slotUnsubscribe : Unsubscribes from slot updates.
These methods enable real-time monitoring of important events on the Solana network.