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
9
10
11
12
13
#[repr(u8)]
pub enum Instructions {
    LpTrade = 111,
    OptionTrade = 112,
    Payoff = 113,
    TransferToken = 118,
    WithdrawToken = 119,
    StartPool = 129,
    FinPool = 130,
    StartNextPool = 132,
    OptionTradeDebug = 143,
    MigrateAccount = 201,
}