roshi-interface 0.1.1

On-chain instruction interface and types for the Roshi Solana program.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared Roshi interface types.

pub mod access;
pub mod action;
pub mod error;
pub mod instructions;
pub mod math;
pub mod oracle;

solana_pubkey::declare_id!("Roshi11111111111111111111111111111111111111");