pub type RwaOrderListResponse = RwaOrderListResult;Aliased Type§
pub struct RwaOrderListResponse {
pub next_page_cursor: Option<String>,
pub list: Option<Vec<RwaOrder>>,
}Fields§
§next_page_cursor: Option<String>§list: Option<Vec<RwaOrder>>