Expand description
Cross-cutting subscribe options shared by the client and server.
In a subscribe request’s positional [filter, config] params, the config
object carries per-kind fields (e.g. commitment) plus these options. The
client builds SubscribeConfig and merges it in; the server parses it back
out — one typed home for the wire field names. Absent fields default off, so
peers without support interoperate.
Structs§
- Subscribe
Config - Cross-cutting subscribe options the client sets in the config object.
Enums§
- Compression
- Compression negotiated for notification frames.
lowercaseso the variant matches the on-wire token ("zstd").