interface QueryGetOrdersResponseAmino {
    orders: OrderAmino[];
}

Properties

Properties

orders: OrderAmino[]