Skip to main content

GetCoinGreeksResponse

Type Alias GetCoinGreeksResponse 

Source
pub type GetCoinGreeksResponse = GetCoinGreeksResult;

Aliased Type§

pub struct GetCoinGreeksResponse {
    pub list: Option<Vec<CoinGreeksItem>>,
}

Fields§

§list: Option<Vec<CoinGreeksItem>>