Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 690 Bytes

File metadata and controls

19 lines (12 loc) · 690 Bytes
title
Subscription methods

Subscription methods

Subscription methods are available for WebSocket connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

:::info

We recommend you use the WSS protocol to set up bidirectional stateful subscriptions. Stateless HTTP WebSockets are also supported.

:::