remove staking program

This commit is contained in:
Hardhat Chad
2024-07-01 14:14:42 -05:00
parent d53f76c639
commit a7c6da1881
31 changed files with 40 additions and 48 deletions

11
api/src/lib.rs Normal file
View File

@@ -0,0 +1,11 @@
pub mod consts;
pub mod error;
pub mod event;
pub mod instruction;
pub mod state;
pub(crate) use utils;
use solana_program::declare_id;
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");