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

Class AlreadyRegisteredTokenAddress

raiden/exceptions.py:216–217  ·  view source on GitHub ↗

Raised when the token address in already registered with the given network.

Source from the content-addressed store, hash-verified

214
215
216class AlreadyRegisteredTokenAddress(RaidenError):
217 """Raised when the token address in already registered with the given network."""
218
219
220class InvalidToken(RaidenError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected