ore-legacy-api 0.1.0

Solana native store of value.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod consts;
pub mod instruction;
pub mod sdk;
pub mod state;

pub mod prelude {
    pub use crate::consts::*;
    pub use crate::instruction::*;
    pub use crate::sdk::*;
    pub use crate::state::*;
}