Skip to main content

jup_perps_client/types/
assets.rs

1//! This code was AUTOGENERATED using the codama library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun codama to update it.
4//!
5//! <https://github.com/codama-idl/codama>
6//!
7
8use borsh::BorshDeserialize;
9use borsh::BorshSerialize;
10
11#[derive(BorshSerialize, BorshDeserialize, Clone, Debug, PartialEq)]
12#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
13pub struct Assets {
14    pub fees_reserves: u64,
15    pub owned: u64,
16    pub locked: u64,
17    pub guaranteed_usd: u64,
18    pub global_short_sizes: u64,
19    pub global_short_average_prices: u64,
20}