Skip to main content

roshi_interface/
lib.rs

1//! Shared Roshi interface types.
2
3pub mod access;
4pub mod action;
5pub mod error;
6pub mod instructions;
7pub mod math;
8pub mod oracle;
9
10solana_pubkey::declare_id!("RoshianbALLAs1RzbvHSHpLRaA8ayaKERQCbfmLb9UP");