solana_sdk/
transport.rs

1//! Defines the [`TransportError`] type.
2
3#![cfg(feature = "full")]
4#[deprecated(since = "2.1.0", note = "Use solana_transaction_error crate instead")]
5pub use solana_transaction_error::{TransportError, TransportResult as Result};