port-variable-rate-lending 0.2.3

Port Finance Variable Rate Lending Porgram
Documentation
#![deny(missing_docs)]

//! A lending program for the Solana blockchain.
//! https://github.com/port-finance/liquidator/blob/main/PublicKeys.md Pubkeys are here


// Export current sdk types for downstream users building with a different sdk version
pub use solana_program;

pub mod entrypoint;
pub mod error;
pub mod instruction;
pub mod math;
pub mod processor;
pub mod pyth;
pub mod state;

solana_program::declare_id!("Port7uDYB3wk6GJAw4KT1WpTeMtSu9bTcChBHkX2LfR");