Skip to main content

RwaOrderListResponse

Type Alias RwaOrderListResponse 

Source
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>>