coin_names

Module with helper class for coin names.

class CoinNames(name: str, abbr: str)

Bases: object

Helper class for representing coin names.

m_name: str
m_abbr: str
Name() str

Get name.

Returns :

str: Name

Abbreviation() str

Get abbreviation.

Returns:

Abbreviation

Return type:

str