Skip to main content

OrdersResponse

Type Alias OrdersResponse 

Source
pub type OrdersResponse = Vec<Order>;
Expand description

Response for orders endpoint - API returns array directly, not wrapped.

Aliased Typeยง

pub struct OrdersResponse { /* private fields */ }