📄️ accountSubscribe
Subscribe to an account to receive notifications when the lamports or data for a given account public key changes.
📄️ accountUnsubscribe
Unsubscribe from account change notifications.
📄️ blockSubscribe
Subscribe to receive notification anytime a new block is `confirmed` or `finalized`.
📄️ blockUnsubscribe
Unsubscribe from block notifications.
📄️ logsSubscribe
Subscribe to transaction logging.
📄️ logsUnsubscribe
Unsubscribe from transaction logging.
📄️ programSubscribe
Subscribe to a program to receive notifications when the lamports or data for an account owned by the given program changes.
📄️ programUnsubscribe
Unsubscribe from program-owned account change notifications.
📄️ rootSubscribe
Subscribe to receive notification anytime a new root is set by the validator.
📄️ rootUnsubscribe
Unsubscribe from root notifications.
📄️ signatureSubscribe
Subscribe to receive a notification when the transaction with the given signature reaches the specified commitment level.
📄️ signatureUnsubscribe
Unsubscribe from signature confirmation notification.
📄️ slotSubscribe
Subscribe to receive notification anytime a slot is processed by the validator.
📄️ slotUnsubscribe
Unsubscribe from slot notifications.
📄️ slotsUpdatesSubscribe
Subscribe to receive a notification from the validator on a variety of updates on every slot.
📄️ slotsUpdatesUnsubscribe
Unsubscribe from slot-update notifications.
📄️ voteSubscribe
Subscribe to receive notification anytime a new vote is observed in gossip. These votes are pre-consensus therefore there is no guarantee these votes will.
📄️ voteUnsubscribe
Unsubscribe from vote notifications.