solana_program/
lamports.rs

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