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
use serde::{Deserialize, Serialize};

#[derive(Clone, Copy, Serialize, Deserialize)]
#[repr(C)]
pub struct Band {
    pub depo: i64,  // set to 0
    pub px: i64,    // will be setup on the start pool
    pub loan: i64,  // obsolete
    pub prop: i64,  // obsolete
}