psyoptions 0.0.5

Bindings for interacting with the PsyOptions protocol on the Solana blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod instruction;
pub mod market;
pub mod error;
pub mod fees;

#[cfg(not(feature = "no-entrypoint"))]
pub mod processor;

#[cfg(not(feature = "no-entrypoint"))]
mod entrypoint;