miner_api/lib.rs
1pub mod consts;
2pub mod error;
3pub mod instruction;
4pub mod pda;
5pub mod sdk;
6pub mod state;
7
8use solana_program::declare_id;
9
10// Mainnet program id. (The devnet deployment runs under a different id:
11// GdHXeu5JDYec2Xq4USGeRswHK6gVfcrcjYQ5uJUCbw15.)
12declare_id!("FyTBuifdJ1u3rF2bsK2NmjzogkCbNK3KtFfZyM3CUfv1");