discoin.Currency¶
-
class
discoin.Currency(currency_obj)¶ Currency Object
- Parameters
id – (
str) The 3 letter id of the currencyname – (
str) The provided name of the currencyvalue – (
float) The value the currency hasreserve – (
float) The amount of currency trade left
-
__init__(currency_obj)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(currency_obj)Initialize self.