pub async fn get_orders(
__arg0: State<AppState>,
__arg1: Query<OrdersQuery>,
) -> Result<SonicJson<OrdersResponse>, StatusCode>Expand description
Get orders for a wallet
pub async fn get_orders(
__arg0: State<AppState>,
__arg1: Query<OrdersQuery>,
) -> Result<SonicJson<OrdersResponse>, StatusCode>Get orders for a wallet