MCPcopy Index your code
hub / github.com/raiden-network/raiden / UnknownTokenAddress

Class UnknownTokenAddress

raiden/exceptions.py:208–209  ·  view source on GitHub ↗

Raised when the token address in unknown.

Source from the content-addressed store, hash-verified

206
207
208class UnknownTokenAddress(RaidenError):
209 """Raised when the token address in unknown."""
210
211
212class TokenNotRegistered(RaidenError):

Callers 8

token_network_leaveMethod · 0.90
set_reveal_timeoutMethod · 0.90
channel_batch_closeMethod · 0.90
get_channel_listMethod · 0.90
transfer_asyncMethod · 0.90
get_pending_transfersMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected