Source code for stellar_model.response.root_response

from stellar_model.model.horizon.root import Root

__all__ = ["RootResponse"]


[docs] class RootResponse(Root): """ Represents root response. Can be used for the following endpoint(s): - GET /root """