pub type InsuranceResponse = InsuranceResult;Expand description
Response payload for the insurance endpoint.
Aliased Type§
pub struct InsuranceResponse {
pub updated_time: Option<String>,
pub list: Option<Vec<InsurancePoolRecord>>,
}Fields§
§updated_time: Option<String>§list: Option<Vec<InsurancePoolRecord>>