solana_sdk/
transport.rs

1
2
3
4
5
//! Defines the [`TransportError`] type.

#![cfg(feature = "full")]
#[deprecated(since = "2.1.0", note = "Use solana_transaction_error crate instead")]
pub use solana_transaction_error::{TransportError, TransportResult as Result};