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

Class Address

raiden/api/objects.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class Address:
29 def __init__(self, token_address: TokenAddress) -> None:
30 self.address = token_address
31
32
33class PartnersPerToken:

Callers 15

constants.pyFile · 0.85
get_best_routesFunction · 0.85
get_best_routes_pfsFunction · 0.85
__init__Method · 0.85
_fill_addressMethod · 0.85
recoverFunction · 0.85
get_pfs_infoFunction · 0.85
_query_address_metadataFunction · 0.85
__init__Method · 0.85
new_netting_channelMethod · 0.85
_new_netting_channelMethod · 0.85

Calls

no outgoing calls