devol-accounts-kit 0.3.4

SDK for interacting with the DeVol Network option trading platform on the Solana blockchain
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone, Copy, PartialEq, Debug)]
#[repr(i64)]
pub enum KYCStatus {
    Blocked = -1,
    Light = 0,
    Power = 1000000,
    PowerLp = 1000001,
}