Skip to main content

GetPublicTradesResponse

Type Alias GetPublicTradesResponse 

Source
pub type GetPublicTradesResponse = GetPublicTradesResult;
Expand description

Get public trades response.

Aliased Type§

pub struct GetPublicTradesResponse {
    pub cursor: Option<String>,
    pub list: Option<Vec<PublicTrade>>,
}

Fields§

§cursor: Option<String>§list: Option<Vec<PublicTrade>>