pub type GetInsurancePoolResponse = InsuranceResult;Aliased Type§
pub struct GetInsurancePoolResponse {
pub updated_time: Option<String>,
pub list: Option<Vec<InsurancePoolRecord>>,
}Fields§
§updated_time: Option<String>§list: Option<Vec<InsurancePoolRecord>>