MCPcopy Create free account
hub / github.com/raiden-network/raiden / get_raiden_version

Method get_raiden_version

raiden/api/rest.py:505–506  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

503
504 @classmethod
505 def get_raiden_version(cls) -> Response:
506 return api_response(result=dict(version=get_system_spec()["raiden"]))
507
508 def get_node_settings(self) -> Response:
509 pfs_config = self.raiden_api.raiden.config.pfs_config

Callers 2

test_api_wrapperFunction · 0.80
getMethod · 0.80

Calls 2

api_responseFunction · 0.90
get_system_specFunction · 0.90

Tested by 1

test_api_wrapperFunction · 0.64