//! Helpers for building block, extrinsic, and justification streaming subscriptions.
pub use ;
pub use ;
pub use GrandpaJustificationSub;
pub use Sub;
use crateClient;
/// Applies either the explicit override provided to a subscription or the client's global retry
/// configuration.
///
/// Returns `true` when RPC calls should be retried, `false` otherwise.