Skip to main content

YieldHistoryResponse

Type Alias YieldHistoryResponse 

Source
pub type YieldHistoryResponse = YieldHistoryResult;

Aliased Type§

pub struct YieldHistoryResponse {
    pub next_page_cursor: Option<String>,
    pub list: Option<Vec<YieldHistoryItem>>,
}

Fields§

§next_page_cursor: Option<String>§list: Option<Vec<YieldHistoryItem>>