oil-mint-api 0.1.8

API for interacting with the OIL mint program on Solana
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod consts;
pub mod error;
pub mod instruction;
pub mod sdk;
pub mod state;

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

use steel::*;

declare_id!("minti1ANBuCm6bzkWqXprLRP1xiFurquUmtkA9qFNMa");