rialo-s-program 0.4.0-alpha.0

Solana Program
1
2
3
4
5
6
//! Re-exports the [`KelvinsError`] type for backwards compatibility.
#[deprecated(
    since = "2.1.0",
    note = "Use rialo_s_instruction::error::KelvinsError instead"
)]
pub use rialo_s_instruction::error::KelvinsError;