solana_program/
lamports.rs

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;