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
14
pub mod read_root_account;
pub mod read_oracles_account;
pub mod read_all_workers_account;
pub mod read_worker_account;
pub mod read_instruments_account;
pub mod dvl_readable;
pub mod read_mints_account;
pub mod read_mint_log_account;
pub mod read_tasks_trace_account;
pub mod read_tasks_log_account;
pub mod read_pools_trace_account;
pub mod read_pools_log_account;
pub mod read_client_account;
pub mod read_payoff_log_account;