Skip to main content

Module subscribe_config

Module subscribe_config 

Source
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§

SubscribeConfig
Cross-cutting subscribe options the client sets in the config object.

Enums§

Compression
Compression negotiated for notification frames. lowercase so the variant matches the on-wire token ("zstd").