//! Kraken WebSocket v2 event types.
//!
//! For Kraken spot, the public `book` and `trade` channels are available
//! without authentication. Liquidations, funding rates, and open interest
//! are only available on Kraken Futures (separate endpoint + auth model).
use crate*;
/// Events produced by [`KrakenDecoder`](crate::sources::kraken::decoder::KrakenDecoder) from the WebSocket v2 feed.