#![deny(missing_docs)]//! A lending program for the Solana blockchain.
pubmodentrypoint;pubmoderror;pubmodinstruction;pubmodmath;pubmodprocessor;pubmodpyth;pubmodstate;// Export current sdk types for downstream users building with a different sdk version
pubuse solana_program;solana_program::declare_id!("6TvznH3B2e3p2mbhufNBpgSrLx6UkgvxtVQvopEZ2kuH");