solana-program 4.0.0

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