//! Types for interacting with the Coinbase WebSocket API.
//!
//! This module defines the types used for representing channels, requests, and responses
//! from the Coinbase WebSocket feed.
use ;
use crateTicker;
use crate;
/// The default URL for the Coinbase WebSocket feed.
pub const DEFAULT_URL: &str = "wss://ws-feed.exchange.coinbase.com";
/// Represents the possible responses from the Coinbase feed.