MCPcopy
hub / github.com/raiden-network/raiden / get

Method get

raiden/api/v1/resources.py:132–138  ·  view source on GitHub ↗

this translates to 'get all token addresses we have channels open for'

(self)

Source from the content-addressed store, hash-verified

130class TokensResource(BaseResource):
131 @if_api_available
132 def get(self) -> Response:
133 """
134 this translates to 'get all token addresses we have channels open for'
135 """
136 return self.rest_api.get_tokens_list(
137 self.rest_api.raiden_api.raiden.default_registry.address
138 )
139
140
141class PartnersResourceByTokenAddress(BaseResource):

Callers 15

do_POSTMethod · 0.45
channel_detailsFunction · 0.45
mainFunction · 0.45
is_readyFunction · 0.45
wait_for_reachableFunction · 0.45
restart_networkFunction · 0.45
get_balance_for_nodeFunction · 0.45

Calls 1

get_tokens_listMethod · 0.45

Tested by 15

is_readyFunction · 0.36
wait_for_reachableFunction · 0.36
restart_networkFunction · 0.36
get_balance_for_nodeFunction · 0.36
mainFunction · 0.36
start_transportFunction · 0.36
test_query_userFunction · 0.36