/// Alias for a `Result` with the error type [`celestia_rpc::Error`].
///
/// [`celestia_rpc::Error`]: crate::Error
pub type Result<T> = Result;
/// Representation of all the errors that can occur when interacting with [`celestia_rpc`].
///
/// [`celestia_rpc`]: crate