Infrastructure
Assinaturas WebSocket
📖O que é
A persistent bidirectional connection to a Solana RPC node's WebSocket endpoint (typically on port 8900) that allows clients to receive real-time push notifications when on-chain state changes, rather than polling via HTTP. The subscription model supports account changes, program account changes, slot updates, root changes, signature confirmations, and log emission, each returning a subscription ID used to later unsubscribe.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RPC (Chamada de Procedimento Remoto)Infrastructure
The JSON-RPC 2.0 protocol interface through which clients communicate with Solana nodes to…
Ver termo →accountSubscribeInfrastructure
A WebSocket subscription method that pushes a notification to the client every time the da…
Ver termo →logsSubscribeInfrastructure
A WebSocket subscription method that streams transaction log messages in real time as tran…
Ver termo →