Skip to main content

GetFeeRateResponse

Type Alias GetFeeRateResponse 

Source
pub type GetFeeRateResponse = GetFeeRateResult;

Aliased Type§

pub struct GetFeeRateResponse {
    pub category: Option<String>,
    pub list: Option<Vec<GetFeeRateItem>>,
}

Fields§

§category: Option<String>§list: Option<Vec<GetFeeRateItem>>