rialo-s-sdk 0.4.2

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

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