//! API for the ORE liquid staking token (stORE) program.
//!
//! This crate provides constants, instructions, state definitions, and SDK helpers
//! for interacting with the ORE LST program on Solana.
/// Re-exports all public types for convenient imports.
use *;
declare_id!;