clone-solana-sdk 2.2.2

Solana SDK
Documentation
1
2
3
4
5
6
7
8
//! Defines the [`TransportError`] type.

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