//! Exchange-facing traits and concrete exchange modules.
use Error;
use HeaderMap;
/// Credentials for exchanges that still use payload signing.
/// Authentication header provider used by REST exchange implementations.
/// Minimal constructor trait kept for exchange-specific instantiation.