yi 0.4.0

Yi Token by Crate Protocol: the standard for auto-compounding single token staking pools.
Documentation
1
2
3
4
5
6
7
8
9
//! Instructions for the [crate::yi] program.

pub mod create_yi_token;
pub mod stake;
pub mod unstake;

pub use create_yi_token::*;
pub use stake::*;
pub use unstake::*;