Type Alias solana_tpu_client::tpu_client::Result

source ·
pub type Result<T> = Result<T, TpuSenderError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(TpuSenderError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TpuSenderError)

Contains the error value