Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
class
Address:
29
def
__init__(self, token_address: TokenAddress) -> None:
30
self.address = token_address
31
32
33
class
PartnersPerToken:
Callers
15
constants.py
File · 0.85
get_best_routes
Function · 0.85
get_best_routes_pfs
Function · 0.85
__init__
Method · 0.85
_fill_address
Method · 0.85
recover
Function · 0.85
get_pfs_info
Function · 0.85
_query_address_metadata
Function · 0.85
__init__
Method · 0.85
new_netting_channel
Method · 0.85
_new_netting_channel
Method · 0.85
approve_and_set_total_deposit
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_payment_statuses_are_restored
Function · 0.68
secret_registry_batch_happy_path
Function · 0.68
test_register_secret_happy_path
Function · 0.68
test_mediated_transfer_calls_pfs
Function · 0.68
test_token_addresses
Function · 0.68
test_register_token_mainnet
Function · 0.68
test_register_token
Function · 0.68
test_register_token_without_balance
Function · 0.68
get_netting_channel_closed_events
Function · 0.68
get_netting_channel_deposit_events
Function · 0.68
get_netting_channel_settled_events
Function · 0.68
test_query_events
Function · 0.68