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

Class TokenNotRegistered

raiden/exceptions.py:212–213  ·  view source on GitHub ↗

Raised if there is no token network for token used when opening a channel

Source from the content-addressed store, hash-verified

210
211
212class TokenNotRegistered(RaidenError):
213 """Raised if there is no token network for token used when opening a channel"""
214
215
216class AlreadyRegisteredTokenAddress(RaidenError):

Callers 1

channel_openMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected