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

#[repr(C)]
#[derive(Copy, Clone, Serialize, Deserialize)]
pub struct SvmParams {
    pub v: f64,
    pub psi: f64,
    pub p: f64,
    pub c: f64,
    pub vt: f64,
} // size: 40 bytes