Skip to main content

RwaNavChartResponse

Type Alias RwaNavChartResponse 

Source
pub type RwaNavChartResponse = RwaNavChartResult;

Aliased Type§

pub struct RwaNavChartResponse {
    pub list: Option<Vec<RwaNavPoint>>,
}

Fields§

§list: Option<Vec<RwaNavPoint>>